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