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