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