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