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