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