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