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