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