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