Struct wasm_encoder::DataCountSection
source · pub struct DataCountSection {
pub count: u32,
}
Expand description
An encoder for the data count section.
Fields§
§count: u32
The number of segments in the data section.
Trait Implementations§
source§impl Clone for DataCountSection
impl Clone for DataCountSection
source§fn clone(&self) -> DataCountSection
fn clone(&self) -> DataCountSection
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