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