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