Struct parity_wasm_cp::builder::DataSegmentBuilder[][src]

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

Data segment builder

Methods

impl DataSegmentBuilder
[src]

New data segment builder

impl<F> DataSegmentBuilder<F>
[src]

New data segment builder inside the chain context

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

Set the bytes value of the segment

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

Finish current builder, spawning resulting struct

Auto Trait Implementations

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

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