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