Struct wasm_encoder::CustomSection [−][src]
Expand description
A custom section holding arbitrary data.
Fields
name: &'a str
The name of this custom section.
data: &'a [u8]
This custom section’s data.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CustomSection<'a>
impl<'a> Send for CustomSection<'a>
impl<'a> Sync for CustomSection<'a>
impl<'a> Unpin for CustomSection<'a>
impl<'a> UnwindSafe for CustomSection<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more