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