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