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