Struct node_bindgen::core::val::JsNapiValue
source · pub struct JsNapiValue(_);Trait Implementations§
source§impl Clone for JsNapiValue
impl Clone for JsNapiValue
source§fn clone(&self) -> JsNapiValue
fn clone(&self) -> JsNapiValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl From<*mut napi_value__> for JsNapiValue
impl From<*mut napi_value__> for JsNapiValue
source§fn from(value: *mut napi_value__) -> JsNapiValue
fn from(value: *mut napi_value__) -> JsNapiValue
Converts to this type from the input type.