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