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