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