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