#[repr(transparent)]pub struct UIMenuSystemFindElementGroupConfigurationStyle(pub NSInteger);Available on crate feature
UIMenuSystem only.Expand description
Represents a preference for the structure of Find elements in the main menu.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl UIMenuSystemFindElementGroupConfigurationStyle
impl UIMenuSystemFindElementGroupConfigurationStyle
Sourcepub const Automatic: Self
pub const Automatic: Self
The default preference. Find elements are automatically included based on the platform and other system behaviors.
Sourcepub const Search: Self
pub const Search: Self
Prefer a minimal set of find elements, only consisting of elements to search content in the app.
Sourcepub const NonEditableText: Self
pub const NonEditableText: Self
Prefer a set of elements for finding within a non-editable text area
Sourcepub const EditableText: Self
pub const EditableText: Self
Prefer a full set of elements for finding and replacing text, such as Find, Find and Replace, Find Navigation, and so on.
Trait Implementations§
Source§impl Clone for UIMenuSystemFindElementGroupConfigurationStyle
impl Clone for UIMenuSystemFindElementGroupConfigurationStyle
Source§fn clone(&self) -> UIMenuSystemFindElementGroupConfigurationStyle
fn clone(&self) -> UIMenuSystemFindElementGroupConfigurationStyle
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 Ord for UIMenuSystemFindElementGroupConfigurationStyle
impl Ord for UIMenuSystemFindElementGroupConfigurationStyle
Source§fn cmp(
&self,
other: &UIMenuSystemFindElementGroupConfigurationStyle,
) -> Ordering
fn cmp( &self, other: &UIMenuSystemFindElementGroupConfigurationStyle, ) -> 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 UIMenuSystemFindElementGroupConfigurationStyle
impl PartialEq for UIMenuSystemFindElementGroupConfigurationStyle
Source§fn eq(&self, other: &UIMenuSystemFindElementGroupConfigurationStyle) -> bool
fn eq(&self, other: &UIMenuSystemFindElementGroupConfigurationStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UIMenuSystemFindElementGroupConfigurationStyle
impl PartialOrd for UIMenuSystemFindElementGroupConfigurationStyle
Source§impl RefEncode for UIMenuSystemFindElementGroupConfigurationStyle
impl RefEncode for UIMenuSystemFindElementGroupConfigurationStyle
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 UIMenuSystemFindElementGroupConfigurationStyle
impl Eq for UIMenuSystemFindElementGroupConfigurationStyle
impl Send for UIMenuSystemFindElementGroupConfigurationStyle
impl StructuralPartialEq for UIMenuSystemFindElementGroupConfigurationStyle
impl Sync for UIMenuSystemFindElementGroupConfigurationStyle
Auto Trait Implementations§
impl Freeze for UIMenuSystemFindElementGroupConfigurationStyle
impl RefUnwindSafe for UIMenuSystemFindElementGroupConfigurationStyle
impl Unpin for UIMenuSystemFindElementGroupConfigurationStyle
impl UnwindSafe for UIMenuSystemFindElementGroupConfigurationStyle
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.