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