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