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