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