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