#[repr(C)]pub struct NSOperatingSystemVersion {
pub majorVersion: NSUInteger,
pub minorVersion: NSUInteger,
pub patchVersion: NSUInteger,
}Fields§
§majorVersion: NSUInteger§minorVersion: NSUInteger§patchVersion: NSUIntegerImplementations§
source§impl NSOperatingSystemVersion
impl NSOperatingSystemVersion
pub fn new( majorVersion: NSUInteger, minorVersion: NSUInteger, patchVersion: NSUInteger ) -> NSOperatingSystemVersion
Trait Implementations§
source§impl Clone for NSOperatingSystemVersion
impl Clone for NSOperatingSystemVersion
source§fn clone(&self) -> NSOperatingSystemVersion
fn clone(&self) -> NSOperatingSystemVersion
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