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