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