pub struct StandaloneCodeGenContext {
pub base: BaseCodeGenContext,
/* private fields */
}Fields§
§base: BaseCodeGenContextImplementations§
Source§impl StandaloneCodeGenContext
impl StandaloneCodeGenContext
pub fn on_close_state(&mut self)
Source§impl StandaloneCodeGenContext
impl StandaloneCodeGenContext
pub fn standalone_code_gen_context_on_destroy_function(execdata: *mut c_void)
Source§impl StandaloneCodeGenContext
impl StandaloneCodeGenContext
pub fn standalone_code_gen_context_standalone_code_gen_context( &mut self, block_size: usize, max_total_size: usize, allocation_callback: *mut AllocationCallback, allocation_callback_context: *mut c_void, )
Source§impl StandaloneCodeGenContext
impl StandaloneCodeGenContext
pub fn try_bind_existing_module( &mut self, _module_id: &ModuleId, _module_protos: &Vec<*mut Proto>, ) -> Option<ModuleBindResult>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StandaloneCodeGenContext
impl !Send for StandaloneCodeGenContext
impl !Sync for StandaloneCodeGenContext
impl RefUnwindSafe for StandaloneCodeGenContext
impl Unpin for StandaloneCodeGenContext
impl UnsafeUnpin for StandaloneCodeGenContext
impl UnwindSafe for StandaloneCodeGenContext
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