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