Struct wasm_encoder::DataCountSection [−][src]
pub struct DataCountSection {
pub count: u32,
}Expand description
An encoder for the data count section.
Fields
count: u32The number of segments in the data section.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataCountSectionimpl Send for DataCountSectionimpl Sync for DataCountSectionimpl Unpin for DataCountSectionimpl UnwindSafe for DataCountSectionBlanket Implementations
Mutably borrows from an owned value. Read more