Struct binaryen::Segment [] [src]

pub struct Segment<'a> { /* fields omitted */ }

A Segment provides a way to specify, initial contents of the memory. It consists of a data slice and an offset at which this data should be placed in memory. Offset is represented by initializer expression.

Methods

impl<'a> Segment<'a>
[src]

[src]