#[repr(u8)]pub enum Pcr30Ode {
ODE0 = 0,
ODE1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pcr30Ode
impl Ord for Pcr30Ode
Source§impl PartialOrd for Pcr30Ode
impl PartialOrd for Pcr30Ode
impl Copy for Pcr30Ode
impl Eq for Pcr30Ode
impl StructuralPartialEq for Pcr30Ode
Auto Trait Implementations§
impl Freeze for Pcr30Ode
impl RefUnwindSafe for Pcr30Ode
impl Send for Pcr30Ode
impl Sync for Pcr30Ode
impl Unpin for Pcr30Ode
impl UnwindSafe for Pcr30Ode
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