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