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