Struct node_api_sys::napi_module
[−]
[src]
#[repr(C)]pub struct napi_module { pub nm_version: c_int, pub nm_flags: c_uint, pub nm_filename: *const c_char, pub nm_register_func: napi_addon_register_func, pub nm_modname: *const c_char, pub nm_priv: *mut c_void, pub reserved: [*mut c_void; 4], }
Fields
nm_version: c_int
nm_flags: c_uint
nm_filename: *const c_char
nm_register_func: napi_addon_register_func
nm_modname: *const c_char
nm_priv: *mut c_void
reserved: [*mut c_void; 4]
Trait Implementations
impl Debug for napi_module[src]
impl Copy for napi_module[src]
impl Clone for napi_module[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more