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