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