#[repr(transparent)]pub struct UIBarButtonSystemItem(pub NSInteger);
Available on crate feature
UIBarButtonItem
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIBarButtonSystemItem
impl UIBarButtonSystemItem
pub const Done: Self
pub const Cancel: Self
pub const Edit: Self
pub const Save: Self
pub const Add: Self
pub const FlexibleSpace: Self
pub const FixedSpace: Self
pub const Compose: Self
pub const Reply: Self
pub const Action: Self
pub const Organize: Self
pub const Bookmarks: Self
pub const Search: Self
pub const Refresh: Self
pub const Stop: Self
pub const Camera: Self
pub const Trash: Self
pub const Play: Self
pub const Pause: Self
pub const Rewind: Self
pub const FastForward: Self
pub const Undo: Self
pub const Redo: Self
pub const PageCurl: Self
👎Deprecated
pub const Close: Self
pub const WritingTools: Self
Trait Implementations§
Source§impl Clone for UIBarButtonSystemItem
impl Clone for UIBarButtonSystemItem
Source§fn clone(&self) -> UIBarButtonSystemItem
fn clone(&self) -> UIBarButtonSystemItem
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 UIBarButtonSystemItem
impl Debug for UIBarButtonSystemItem
Source§impl Encode for UIBarButtonSystemItem
impl Encode for UIBarButtonSystemItem
Source§impl Hash for UIBarButtonSystemItem
impl Hash for UIBarButtonSystemItem
Source§impl Ord for UIBarButtonSystemItem
impl Ord for UIBarButtonSystemItem
Source§fn cmp(&self, other: &UIBarButtonSystemItem) -> Ordering
fn cmp(&self, other: &UIBarButtonSystemItem) -> 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 UIBarButtonSystemItem
impl PartialEq for UIBarButtonSystemItem
Source§impl PartialOrd for UIBarButtonSystemItem
impl PartialOrd for UIBarButtonSystemItem
Source§impl RefEncode for UIBarButtonSystemItem
impl RefEncode for UIBarButtonSystemItem
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 UIBarButtonSystemItem
impl Eq for UIBarButtonSystemItem
impl StructuralPartialEq for UIBarButtonSystemItem
Auto Trait Implementations§
impl Freeze for UIBarButtonSystemItem
impl RefUnwindSafe for UIBarButtonSystemItem
impl Send for UIBarButtonSystemItem
impl Sync for UIBarButtonSystemItem
impl Unpin for UIBarButtonSystemItem
impl UnwindSafe for UIBarButtonSystemItem
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.