Struct wasmtime_environ::wasmparser::InitFunc
source · pub struct InitFunc {
pub priority: u32,
pub symbol_index: u32,
}
Expand description
Represents an init function in the linking custom section.
Fields§
§priority: u32
The priority of the init function.
symbol_index: u32
The symbol index of init function (not the function index).
Trait Implementations§
source§impl<'a> FromReader<'a> for InitFunc
impl<'a> FromReader<'a> for InitFunc
source§fn from_reader(
reader: &mut BinaryReader<'a>,
) -> Result<InitFunc, BinaryReaderError>
fn from_reader( reader: &mut BinaryReader<'a>, ) -> Result<InitFunc, BinaryReaderError>
Attempts to read
Self
from the provided binary reader, returning an
error if it is unable to do so.impl Copy for InitFunc
Auto Trait Implementations§
impl Freeze for InitFunc
impl RefUnwindSafe for InitFunc
impl Send for InitFunc
impl Sync for InitFunc
impl Unpin for InitFunc
impl UnwindSafe for InitFunc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)