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