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