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