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