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