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