#[repr(transparent)]pub struct NSMenuSelectionMode(pub NSInteger);
Available on crate feature
NSMenu
only.Expand description
When set as a value on NSMenu.selectionMode
, determines how the
menu manages selection states of the menu items that belong to
the same selection group.
This does not apply to menu items that have distinct target/action values.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSMenuSelectionMode
impl NSMenuSelectionMode
Sourcepub const Automatic: Self
pub const Automatic: Self
The menu will determine the appropriate selection mode based on the context and its contents.
Trait Implementations§
Source§impl Clone for NSMenuSelectionMode
impl Clone for NSMenuSelectionMode
Source§fn clone(&self) -> NSMenuSelectionMode
fn clone(&self) -> NSMenuSelectionMode
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 NSMenuSelectionMode
impl Debug for NSMenuSelectionMode
Source§impl Encode for NSMenuSelectionMode
impl Encode for NSMenuSelectionMode
Source§impl Hash for NSMenuSelectionMode
impl Hash for NSMenuSelectionMode
Source§impl Ord for NSMenuSelectionMode
impl Ord for NSMenuSelectionMode
Source§fn cmp(&self, other: &NSMenuSelectionMode) -> Ordering
fn cmp(&self, other: &NSMenuSelectionMode) -> 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 NSMenuSelectionMode
impl PartialEq for NSMenuSelectionMode
Source§impl PartialOrd for NSMenuSelectionMode
impl PartialOrd for NSMenuSelectionMode
Source§impl RefEncode for NSMenuSelectionMode
impl RefEncode for NSMenuSelectionMode
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 NSMenuSelectionMode
impl Eq for NSMenuSelectionMode
impl StructuralPartialEq for NSMenuSelectionMode
Auto Trait Implementations§
impl Freeze for NSMenuSelectionMode
impl RefUnwindSafe for NSMenuSelectionMode
impl Send for NSMenuSelectionMode
impl Sync for NSMenuSelectionMode
impl Unpin for NSMenuSelectionMode
impl UnwindSafe for NSMenuSelectionMode
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.