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