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