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