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