#[repr(u8)]pub enum Pcr0Ode {
ODE0 = 0,
ODE1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pcr0Ode
impl Ord for Pcr0Ode
Source§impl PartialOrd for Pcr0Ode
impl PartialOrd for Pcr0Ode
impl Copy for Pcr0Ode
impl Eq for Pcr0Ode
impl StructuralPartialEq for Pcr0Ode
Auto Trait Implementations§
impl Freeze for Pcr0Ode
impl RefUnwindSafe for Pcr0Ode
impl Send for Pcr0Ode
impl Sync for Pcr0Ode
impl Unpin for Pcr0Ode
impl UnwindSafe for Pcr0Ode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more