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