pub struct MCLI(/* private fields */);
Expand description
Clear an immediate number of bytes in memory.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MCLI
impl<'de> Deserialize<'de> for MCLI
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<MCLI> for Instruction
impl From<MCLI> for Instruction
source§impl FromWasmAbi for MCLI
impl FromWasmAbi for MCLI
source§impl IntoWasmAbi for MCLI
impl IntoWasmAbi for MCLI
source§impl LongRefFromWasmAbi for MCLI
impl LongRefFromWasmAbi for MCLI
source§impl OptionFromWasmAbi for MCLI
impl OptionFromWasmAbi for MCLI
source§impl OptionIntoWasmAbi for MCLI
impl OptionIntoWasmAbi for MCLI
source§impl RefFromWasmAbi for MCLI
impl RefFromWasmAbi for MCLI
source§impl RefMutFromWasmAbi for MCLI
impl RefMutFromWasmAbi for MCLI
source§impl TryFromJsValue for MCLI
impl TryFromJsValue for MCLI
source§impl VectorFromWasmAbi for MCLI
impl VectorFromWasmAbi for MCLI
source§impl VectorIntoWasmAbi for MCLI
impl VectorIntoWasmAbi for MCLI
impl Copy for MCLI
impl Eq for MCLI
impl StructuralPartialEq for MCLI
Auto Trait Implementations§
impl Freeze for MCLI
impl RefUnwindSafe for MCLI
impl Send for MCLI
impl Sync for MCLI
impl Unpin for MCLI
impl UnwindSafe for MCLI
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.