Struct wasm_encoder::DataCountSection [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for DataCountSection
impl Send for DataCountSection
impl Sync for DataCountSection
impl Unpin for DataCountSection
impl UnwindSafe for DataCountSection
Blanket Implementations
Mutably borrows from an owned value. Read more