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