Struct wasm_encoder::CustomSection [−][src]
Expand description
A custom section holding arbitrary data.
Fields
name: &'a strThe 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