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