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