Struct wasm_encoder::DataSymbolDefinition [−][src]
Expand description
The definition of a data symbol within a symbol table.
Fields
index: u32The index of the data segment that this symbol is in.
offset: u32The offset of this symbol within its segment.
size: u32The byte size (which can be zero) of this data symbol.
Note that offset + size must be less than or equal to the segment’s
size.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataSymbolDefinitionimpl Send for DataSymbolDefinitionimpl Sync for DataSymbolDefinitionimpl Unpin for DataSymbolDefinitionimpl UnwindSafe for DataSymbolDefinitionBlanket Implementations
Mutably borrows from an owned value. Read more