#[repr(C)]pub struct JsiFunction { /* private fields */ }
Implementations§
Source§impl JsiFunction
impl JsiFunction
pub fn is_host_fn(&self, rt: Pin<&mut Runtime>) -> bool
Trait Implementations§
Source§impl ExternType for JsiFunction
impl ExternType for JsiFunction
impl UniquePtrTarget for JsiFunction
Auto Trait Implementations§
impl !Freeze for JsiFunction
impl RefUnwindSafe for JsiFunction
impl !Send for JsiFunction
impl !Sync for JsiFunction
impl !Unpin for JsiFunction
impl UnwindSafe for JsiFunction
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