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