Struct objc2_app_kit::NSPopUpArrowPosition
source · #[repr(transparent)]pub struct NSPopUpArrowPosition(pub NSUInteger);
Available on crate feature
NSPopUpButtonCell
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSPopUpArrowPosition
impl NSPopUpArrowPosition
pub const NSPopUpNoArrow: Self = _
pub const NSPopUpArrowAtCenter: Self = _
pub const NSPopUpArrowAtBottom: Self = _
Trait Implementations§
source§impl Clone for NSPopUpArrowPosition
impl Clone for NSPopUpArrowPosition
source§fn clone(&self) -> NSPopUpArrowPosition
fn clone(&self) -> NSPopUpArrowPosition
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 moresource§impl Debug for NSPopUpArrowPosition
impl Debug for NSPopUpArrowPosition
source§impl Encode for NSPopUpArrowPosition
impl Encode for NSPopUpArrowPosition
source§impl Hash for NSPopUpArrowPosition
impl Hash for NSPopUpArrowPosition
source§impl Ord for NSPopUpArrowPosition
impl Ord for NSPopUpArrowPosition
source§fn cmp(&self, other: &NSPopUpArrowPosition) -> Ordering
fn cmp(&self, other: &NSPopUpArrowPosition) -> 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 NSPopUpArrowPosition
impl PartialEq for NSPopUpArrowPosition
source§fn eq(&self, other: &NSPopUpArrowPosition) -> bool
fn eq(&self, other: &NSPopUpArrowPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSPopUpArrowPosition
impl PartialOrd for NSPopUpArrowPosition
source§fn partial_cmp(&self, other: &NSPopUpArrowPosition) -> Option<Ordering>
fn partial_cmp(&self, other: &NSPopUpArrowPosition) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSPopUpArrowPosition
impl RefEncode for NSPopUpArrowPosition
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 NSPopUpArrowPosition
impl Eq for NSPopUpArrowPosition
impl StructuralPartialEq for NSPopUpArrowPosition
Auto Trait Implementations§
impl Freeze for NSPopUpArrowPosition
impl RefUnwindSafe for NSPopUpArrowPosition
impl Send for NSPopUpArrowPosition
impl Sync for NSPopUpArrowPosition
impl Unpin for NSPopUpArrowPosition
impl UnwindSafe for NSPopUpArrowPosition
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> 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.