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