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