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