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