Struct parity_wasm::builder::DataSegmentBuilder [] [src]

pub struct DataSegmentBuilder<F = Identity> { /* fields omitted */ }

Data segment builder

Methods

impl DataSegmentBuilder
[src]

[src]

New data segment builder

impl<F> DataSegmentBuilder<F>
[src]

[src]

New data segment builder inside the chain context

[src]

Set offset initialization opcode. End opcode will be added automatically.

[src]

Set the bytes value of the segment

impl<F> DataSegmentBuilder<F> where
    F: Invoke<DataSegment>, 
[src]

[src]

Finish current builder, spawning resulting struct

Trait Implementations

Auto Trait Implementations

impl<F> Send for DataSegmentBuilder<F> where
    F: Send

impl<F> Sync for DataSegmentBuilder<F> where
    F: Sync