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