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