Struct napi::NodeVersion [−][src]
pub struct NodeVersion {
pub major: u32,
pub minor: u32,
pub patch: u32,
pub release: &'static str,
}Fields
major: u32minor: u32patch: u32release: &'static strTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NodeVersion
impl Send for NodeVersion
impl Sync for NodeVersion
impl Unpin for NodeVersion
impl UnwindSafe for NodeVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
