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