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