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