#[repr(transparent)]pub struct NSTitlePosition(pub NSUInteger);
Available on crate feature
NSBox
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Trait Implementations§
Source§impl Clone for NSTitlePosition
impl Clone for NSTitlePosition
Source§fn clone(&self) -> NSTitlePosition
fn clone(&self) -> NSTitlePosition
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 NSTitlePosition
impl Debug for NSTitlePosition
Source§impl Encode for NSTitlePosition
impl Encode for NSTitlePosition
Source§impl Hash for NSTitlePosition
impl Hash for NSTitlePosition
Source§impl Ord for NSTitlePosition
impl Ord for NSTitlePosition
Source§fn cmp(&self, other: &NSTitlePosition) -> Ordering
fn cmp(&self, other: &NSTitlePosition) -> 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 NSTitlePosition
impl PartialEq for NSTitlePosition
Source§impl PartialOrd for NSTitlePosition
impl PartialOrd for NSTitlePosition
Source§impl RefEncode for NSTitlePosition
impl RefEncode for NSTitlePosition
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 NSTitlePosition
impl Eq for NSTitlePosition
impl StructuralPartialEq for NSTitlePosition
Auto Trait Implementations§
impl Freeze for NSTitlePosition
impl RefUnwindSafe for NSTitlePosition
impl Send for NSTitlePosition
impl Sync for NSTitlePosition
impl Unpin for NSTitlePosition
impl UnwindSafe for NSTitlePosition
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.