Struct wasmparser::FunctionBody [−][src]
pub struct FunctionBody<'a> { /* fields omitted */ }
Implementations
impl<'a> FunctionBody<'a>
[src]
impl<'a> FunctionBody<'a>
[src]pub fn new(offset: usize, data: &'a [u8]) -> Self
[src]
pub fn get_binary_reader<'b>(&self) -> BinaryReader<'b> where
'a: 'b,
[src]
'a: 'b,
pub fn get_locals_reader<'b>(&self) -> Result<LocalsReader<'b>> where
'a: 'b,
[src]
'a: 'b,
pub fn get_operators_reader<'b>(&self) -> Result<OperatorsReader<'b>> where
'a: 'b,
[src]
'a: 'b,
pub fn range(&self) -> Range
[src]
Trait Implementations
impl<'a> Clone for FunctionBody<'a>
[src]
impl<'a> Clone for FunctionBody<'a>
[src]