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