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