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