#[repr(C)]pub struct NSOperatingSystemVersion {
pub majorVersion: NSUInteger,
pub minorVersion: NSUInteger,
pub patchVersion: NSUInteger,
}
👎Deprecated: use the objc2-foundation crate instead
Fields§
§majorVersion: NSUInteger
👎Deprecated: use the objc2-foundation crate instead
§minorVersion: NSUInteger
👎Deprecated: use the objc2-foundation crate instead
§patchVersion: NSUInteger
👎Deprecated: use the objc2-foundation crate instead
Implementations§
Source§impl NSOperatingSystemVersion
impl NSOperatingSystemVersion
pub fn new( majorVersion: NSUInteger, minorVersion: NSUInteger, patchVersion: NSUInteger, ) -> NSOperatingSystemVersion
👎Deprecated: use the objc2-foundation crate instead
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 Freeze for NSOperatingSystemVersion
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