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