#[repr(i32)]pub enum tagCOINITBASE {
COINITBASE_MULTITHREADED = 0,
}Variants§
COINITBASE_MULTITHREADED = 0
Trait Implementations§
Source§impl Clone for tagCOINITBASE
impl Clone for tagCOINITBASE
Source§fn clone(&self) -> tagCOINITBASE
fn clone(&self) -> tagCOINITBASE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagCOINITBASE
impl Debug for tagCOINITBASE
Source§impl Hash for tagCOINITBASE
impl Hash for tagCOINITBASE
Source§impl PartialEq for tagCOINITBASE
impl PartialEq for tagCOINITBASE
impl Copy for tagCOINITBASE
impl Eq for tagCOINITBASE
impl StructuralPartialEq for tagCOINITBASE
Auto Trait Implementations§
impl Freeze for tagCOINITBASE
impl RefUnwindSafe for tagCOINITBASE
impl Send for tagCOINITBASE
impl Sync for tagCOINITBASE
impl Unpin for tagCOINITBASE
impl UnwindSafe for tagCOINITBASE
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