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