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