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