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