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