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