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