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