Struct wasmparser::InitExpr [−][src]
pub struct InitExpr<'a> { /* fields omitted */ }
Implementations
impl<'a> InitExpr<'a>
[src]
impl<'a> InitExpr<'a>
[src]pub fn new(data: &[u8], offset: usize) -> InitExpr<'_>
[src]
pub fn get_binary_reader<'b>(&self) -> BinaryReader<'b> where
'a: 'b,
[src]
'a: 'b,
pub fn get_operators_reader<'b>(&self) -> OperatorsReader<'b> where
'a: 'b,
[src]
'a: 'b,