Struct COINITICOR
#[repr(transparent)]pub struct COINITICOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for COINITICOR
impl Clone for COINITICOR
§fn clone(&self) -> COINITICOR
fn clone(&self) -> COINITICOR
Returns a copy 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 more§impl Debug for COINITICOR
impl Debug for COINITICOR
§impl Default for COINITICOR
impl Default for COINITICOR
§fn default() -> COINITICOR
fn default() -> COINITICOR
Returns the “default value” for a type. Read more
§impl PartialEq for COINITICOR
impl PartialEq for COINITICOR
impl Copy for COINITICOR
impl Eq for COINITICOR
impl StructuralPartialEq for COINITICOR
Auto Trait Implementations§
impl Freeze for COINITICOR
impl RefUnwindSafe for COINITICOR
impl Send for COINITICOR
impl Sync for COINITICOR
impl Unpin for COINITICOR
impl UnwindSafe for COINITICOR
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