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