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