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