Struct wasm_encoder::RawSection [−][src]
Expand description
A section made up of uninterpreted, raw bytes.
Allows you to splat any data into a Wasm section.
Fields
id: u8
The id for this section.
data: &'a [u8]
The raw data for this section.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RawSection<'a>
impl<'a> Send for RawSection<'a>
impl<'a> Sync for RawSection<'a>
impl<'a> Unpin for RawSection<'a>
impl<'a> UnwindSafe for RawSection<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more