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