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