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