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