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