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