#[repr(transparent)]pub struct NSAppKitVersion(pub f64);Expand description
Constants for determining which version of AppKit is available.
Tuple Fields§
§0: f64Implementations§
Source§impl NSAppKitVersion
Known versions.
impl NSAppKitVersion
Known versions.
If you notice this list is outdated, please create a pull request to update it.
pub const V10_0: Self
pub const V10_1: Self
pub const V10_2: Self
pub const V10_2_3: Self
pub const V10_3: Self
pub const V10_3_2: Self
pub const V10_3_3: Self
pub const V10_3_5: Self
pub const V10_3_7: Self
pub const V10_3_9: Self
pub const V10_4: Self
pub const V10_4_1: Self
pub const V10_4_3: Self
pub const V10_4_4: Self
pub const V10_4_7: Self
pub const V10_5: Self
pub const V10_5_2: Self
pub const V10_5_3: Self
pub const V10_6: Self
pub const V10_7: Self
pub const V10_7_2: Self
pub const V10_7_3: Self
pub const V10_7_4: Self
pub const V10_8: Self
pub const V10_9: Self
pub const V10_10: Self
pub const V10_10_2: Self
pub const V10_10_3: Self
pub const V10_10_4: Self
pub const V10_10_5: Self
pub const V10_10_MAX: Self
pub const V10_11: Self
pub const V10_11_1: Self
pub const V10_11_2: Self
pub const V10_11_3: Self
pub const V10_12: Self
pub const V10_12_1: Self
pub const V10_12_2: Self
pub const V10_13: Self
pub const V10_13_1: Self
pub const V10_13_2: Self
pub const V10_13_4: Self
pub const V10_14: Self
pub const V10_14_1: Self
pub const V10_14_2: Self
pub const V10_14_3: Self
pub const V10_14_4: Self
pub const V10_14_5: Self
pub const V10_15: Self
Trait Implementations§
Source§impl Clone for NSAppKitVersion
impl Clone for NSAppKitVersion
Source§fn clone(&self) -> NSAppKitVersion
fn clone(&self) -> NSAppKitVersion
Returns a duplicate 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 moreSource§impl Debug for NSAppKitVersion
impl Debug for NSAppKitVersion
Source§impl PartialEq for NSAppKitVersion
impl PartialEq for NSAppKitVersion
Source§impl PartialOrd for NSAppKitVersion
impl PartialOrd for NSAppKitVersion
impl Copy for NSAppKitVersion
impl StructuralPartialEq for NSAppKitVersion
Auto Trait Implementations§
impl Freeze for NSAppKitVersion
impl RefUnwindSafe for NSAppKitVersion
impl Send for NSAppKitVersion
impl Sync for NSAppKitVersion
impl Unpin for NSAppKitVersion
impl UnwindSafe for NSAppKitVersion
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