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