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