pub struct SharedCodeGenContext {
pub base: BaseCodeGenContext,
/* private fields */
}Fields§
§base: BaseCodeGenContextImplementations§
pub fn on_close_state(&mut self)
pub unsafe extern "C" fn on_destroy_function(execdata: *mut c_void)
pub fn try_bind_existing_module( &mut self, module_id: &ModuleId, module_protos: &Vec<*mut Proto>, ) -> Option<ModuleBindResult>
Trait Implementations§
Auto Trait Implementations§
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