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