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