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