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