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