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