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