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