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