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