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