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