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