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