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