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