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