Struct objc2_app_kit::NSFindPanelAction
source · #[repr(transparent)]pub struct NSFindPanelAction(pub NSUInteger);
Available on crate feature
NSTextView
only.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 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 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§fn eq(&self, other: &NSFindPanelAction) -> bool
fn eq(&self, other: &NSFindPanelAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSFindPanelAction
impl PartialOrd for NSFindPanelAction
source§fn partial_cmp(&self, other: &NSFindPanelAction) -> Option<Ordering>
fn partial_cmp(&self, other: &NSFindPanelAction) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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> 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.