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