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