Struct node_bindgen::sys::napi_node_version
source · pub struct napi_node_version {
pub major: u32,
pub minor: u32,
pub patch: u32,
pub release: *const i8,
}Fields§
§major: u32§minor: u32§patch: u32§release: *const i8Trait Implementations§
source§impl Clone for napi_node_version
impl Clone for napi_node_version
source§fn clone(&self) -> napi_node_version
fn clone(&self) -> napi_node_version
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 more