#[repr(transparent)]pub struct NSComboButtonStyle(pub NSInteger);
Available on crate feature
NSComboButton
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSComboButtonStyle
impl NSComboButtonStyle
Sourcepub const Split: Self
pub const Split: Self
The button will be split across 2 segments. The leading segment shows title
, image
, or both. If action
is set, it will be performed when the leading segment is clicked. If action
is nil
, the leading segment will be disabled. The trailing segment shows a menu indicator. If menu
is set, clicking the trailing segment will show it. If menu
is empty, the trailing segment will be disabled.
Trait Implementations§
Source§impl Clone for NSComboButtonStyle
impl Clone for NSComboButtonStyle
Source§fn clone(&self) -> NSComboButtonStyle
fn clone(&self) -> NSComboButtonStyle
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 NSComboButtonStyle
impl Debug for NSComboButtonStyle
Source§impl Encode for NSComboButtonStyle
impl Encode for NSComboButtonStyle
Source§impl Hash for NSComboButtonStyle
impl Hash for NSComboButtonStyle
Source§impl Ord for NSComboButtonStyle
impl Ord for NSComboButtonStyle
Source§fn cmp(&self, other: &NSComboButtonStyle) -> Ordering
fn cmp(&self, other: &NSComboButtonStyle) -> 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 NSComboButtonStyle
impl PartialEq for NSComboButtonStyle
Source§impl PartialOrd for NSComboButtonStyle
impl PartialOrd for NSComboButtonStyle
Source§impl RefEncode for NSComboButtonStyle
impl RefEncode for NSComboButtonStyle
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 NSComboButtonStyle
impl Eq for NSComboButtonStyle
impl StructuralPartialEq for NSComboButtonStyle
Auto Trait Implementations§
impl Freeze for NSComboButtonStyle
impl RefUnwindSafe for NSComboButtonStyle
impl Send for NSComboButtonStyle
impl Sync for NSComboButtonStyle
impl Unpin for NSComboButtonStyle
impl UnwindSafe for NSComboButtonStyle
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.