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