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