pub struct NoopInterop;Trait Implementations§
Source§impl Debug for NoopInterop
impl Debug for NoopInterop
Source§impl JsInterop for NoopInterop
impl JsInterop for NoopInterop
fn call( &mut self, _ctx: &mut DukContext, _func_name: &str, ) -> Result<Return, JsError>
unsafe fn alloc(&mut self, size: usize) -> *mut u8
unsafe fn realloc(&mut self, ptr: *mut u8, size: usize) -> *mut u8
unsafe fn free(&mut self, ptr: *mut u8)
fn fatal(&mut self, msg: &str) -> !
fn console(&mut self, func: ConsoleFunc, msg: &str)
Auto Trait Implementations§
impl Freeze for NoopInterop
impl RefUnwindSafe for NoopInterop
impl Send for NoopInterop
impl Sync for NoopInterop
impl Unpin for NoopInterop
impl UnwindSafe for NoopInterop
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