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