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