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