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