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