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