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