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