#[repr(transparent)]pub struct NSFindPanelAction(pub NSUInteger);
Available on crate feature
NSTextView
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSFindPanelAction
impl NSFindPanelAction
pub const ShowFindPanel: Self
pub const Next: Self
pub const Previous: Self
pub const ReplaceAll: Self
pub const Replace: Self
pub const ReplaceAndFind: Self
pub const SetFindString: Self
pub const ReplaceAllInSelection: Self
pub const SelectAll: Self
pub const SelectAllInSelection: Self
Trait Implementations§
Source§impl Clone for NSFindPanelAction
impl Clone for NSFindPanelAction
Source§fn clone(&self) -> NSFindPanelAction
fn clone(&self) -> NSFindPanelAction
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 NSFindPanelAction
impl Debug for NSFindPanelAction
Source§impl Encode for NSFindPanelAction
impl Encode for NSFindPanelAction
Source§impl Hash for NSFindPanelAction
impl Hash for NSFindPanelAction
Source§impl Ord for NSFindPanelAction
impl Ord for NSFindPanelAction
Source§fn cmp(&self, other: &NSFindPanelAction) -> Ordering
fn cmp(&self, other: &NSFindPanelAction) -> 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 NSFindPanelAction
impl PartialEq for NSFindPanelAction
Source§impl PartialOrd for NSFindPanelAction
impl PartialOrd for NSFindPanelAction
Source§impl RefEncode for NSFindPanelAction
impl RefEncode for NSFindPanelAction
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 NSFindPanelAction
impl Eq for NSFindPanelAction
impl StructuralPartialEq for NSFindPanelAction
Auto Trait Implementations§
impl Freeze for NSFindPanelAction
impl RefUnwindSafe for NSFindPanelAction
impl Send for NSFindPanelAction
impl Sync for NSFindPanelAction
impl Unpin for NSFindPanelAction
impl UnwindSafe for NSFindPanelAction
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.