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