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