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