#[repr(C)]pub struct NSOperatingSystemVersion {
pub majorVersion: NSUInteger,
pub minorVersion: NSUInteger,
pub patchVersion: NSUInteger,
}
Fields§
§majorVersion: NSUInteger
§minorVersion: NSUInteger
§patchVersion: NSUInteger
Implementations§
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 moreimpl Copy for NSOperatingSystemVersion
Auto Trait Implementations§
impl RefUnwindSafe for NSOperatingSystemVersion
impl Send for NSOperatingSystemVersion
impl Sync for NSOperatingSystemVersion
impl Unpin for NSOperatingSystemVersion
impl UnwindSafe for NSOperatingSystemVersion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more