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