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