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