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