Struct sigar_sys::sigar_version_t
source · #[repr(C)]pub struct sigar_version_t {
pub build_date: *const c_char,
pub scm_revision: *const c_char,
pub version: *const c_char,
pub archname: *const c_char,
pub archlib: *const c_char,
pub binname: *const c_char,
pub description: *const c_char,
pub major: c_int,
pub minor: c_int,
pub maint: c_int,
pub build: c_int,
}Fields§
§build_date: *const c_char§scm_revision: *const c_char§version: *const c_char§archname: *const c_char§archlib: *const c_char§binname: *const c_char§description: *const c_char§major: c_int§minor: c_int§maint: c_int§build: c_intTrait Implementations§
source§impl Clone for sigar_version_t
impl Clone for sigar_version_t
source§fn clone(&self) -> sigar_version_t
fn clone(&self) -> sigar_version_t
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