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