Enum cranelift_wasm::wasmparser::LinkingType
source · pub enum LinkingType {
StackPointer(u32),
}
Expand description
Represents a linking type.
Variants§
Trait Implementations§
source§impl Clone for LinkingType
impl Clone for LinkingType
source§fn clone(&self) -> LinkingType
fn clone(&self) -> LinkingType
Returns a copy 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 more