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