#[repr(transparent)]pub struct NSControlSize(pub NSUInteger);
Available on crate feature
NSCell
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Trait Implementations§
Source§impl Clone for NSControlSize
impl Clone for NSControlSize
Source§fn clone(&self) -> NSControlSize
fn clone(&self) -> NSControlSize
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 NSControlSize
impl Debug for NSControlSize
Source§impl Encode for NSControlSize
impl Encode for NSControlSize
Source§impl Hash for NSControlSize
impl Hash for NSControlSize
Source§impl Ord for NSControlSize
impl Ord for NSControlSize
Source§fn cmp(&self, other: &NSControlSize) -> Ordering
fn cmp(&self, other: &NSControlSize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NSControlSize
impl PartialEq for NSControlSize
Source§impl PartialOrd for NSControlSize
impl PartialOrd for NSControlSize
Source§impl RefEncode for NSControlSize
impl RefEncode for NSControlSize
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSControlSize
impl Eq for NSControlSize
impl StructuralPartialEq for NSControlSize
Auto Trait Implementations§
impl Freeze for NSControlSize
impl RefUnwindSafe for NSControlSize
impl Send for NSControlSize
impl Sync for NSControlSize
impl Unpin for NSControlSize
impl UnwindSafe for NSControlSize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.