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