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