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