pub struct MCL(/* private fields */);
Expand description
Clear a variable number of bytes in memory.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MCL
impl<'de> Deserialize<'de> for MCL
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<MCL> for Instruction
impl From<MCL> for Instruction
source§impl FromWasmAbi for MCL
impl FromWasmAbi for MCL
source§impl IntoWasmAbi for MCL
impl IntoWasmAbi for MCL
source§impl LongRefFromWasmAbi for MCL
impl LongRefFromWasmAbi for MCL
source§impl OptionFromWasmAbi for MCL
impl OptionFromWasmAbi for MCL
source§impl OptionIntoWasmAbi for MCL
impl OptionIntoWasmAbi for MCL
source§impl RefFromWasmAbi for MCL
impl RefFromWasmAbi for MCL
source§impl RefMutFromWasmAbi for MCL
impl RefMutFromWasmAbi for MCL
source§impl TryFromJsValue for MCL
impl TryFromJsValue for MCL
source§impl VectorFromWasmAbi for MCL
impl VectorFromWasmAbi for MCL
source§impl VectorIntoWasmAbi for MCL
impl VectorIntoWasmAbi for MCL
impl Copy for MCL
impl Eq for MCL
impl StructuralPartialEq for MCL
Auto Trait Implementations§
impl Freeze for MCL
impl RefUnwindSafe for MCL
impl Send for MCL
impl Sync for MCL
impl Unpin for MCL
impl UnwindSafe for MCL
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
.