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