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