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