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