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