#[repr(transparent)]pub struct COINITBASE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl COINITBASE
impl COINITBASE
pub const COINITBASE_MULTITHREADED: Self
Trait Implementations§
Source§impl Abi for COINITBASE
impl Abi for COINITBASE
Source§type Abi = COINITBASE
type Abi = COINITBASE
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COINITBASE
impl Clone for COINITBASE
Source§fn clone(&self) -> COINITBASE
fn clone(&self) -> COINITBASE
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 COINITBASE
impl Debug for COINITBASE
Source§impl Default for COINITBASE
impl Default for COINITBASE
Source§fn default() -> COINITBASE
fn default() -> COINITBASE
Returns the “default value” for a type. Read more
Source§impl From<i32> for COINITBASE
impl From<i32> for COINITBASE
Source§impl PartialEq for COINITBASE
impl PartialEq for COINITBASE
impl Copy for COINITBASE
impl Eq for COINITBASE
impl StructuralPartialEq for COINITBASE
Auto Trait Implementations§
impl Freeze for COINITBASE
impl RefUnwindSafe for COINITBASE
impl Send for COINITBASE
impl Sync for COINITBASE
impl Unpin for COINITBASE
impl UnwindSafe for COINITBASE
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