Struct nodex_api::callback::CallbackInfo
source · [−]pub struct CallbackInfo(_, _);
Implementations
This API returns the new.target of the constructor call. If the current callback is not a constructor call, the result is NULL.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallbackInfo
impl !Send for CallbackInfo
impl !Sync for CallbackInfo
impl Unpin for CallbackInfo
impl UnwindSafe for CallbackInfo
Blanket Implementations
Mutably borrows from an owned value. Read more