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