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