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