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