Enum wasm_core::executor::Mutable
[−]
[src]
pub enum Mutable { Const, Mut, }
Variants
Const
Mut
Trait Implementations
impl Copy for Mutable
[src]
impl Clone for Mutable
[src]
fn clone(&self) -> Mutable
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more