Struct wasm_encoder::ProducersField
source · pub struct ProducersField { /* private fields */ }
Expand description
The value of a field in the producers custom section
Implementations§
Trait Implementations§
source§impl Clone for ProducersField
impl Clone for ProducersField
source§fn clone(&self) -> ProducersField
fn clone(&self) -> ProducersField
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