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