#[repr(transparent)]pub struct NSAccessibilityCustomRotorType(pub NSInteger);
Available on crate feature
NSAccessibilityCustomRotor
only.Expand description
Use NSAccessibilityCustomRotorType when providing results for the following types. This allows assistive technologies to assign keyboard commands and gestures for these common search types.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSAccessibilityCustomRotorType
impl NSAccessibilityCustomRotorType
pub const Custom: Self
pub const Any: Self
pub const Annotation: Self
pub const BoldText: Self
pub const Heading: Self
pub const HeadingLevel1: Self
pub const HeadingLevel2: Self
pub const HeadingLevel3: Self
pub const HeadingLevel4: Self
pub const HeadingLevel5: Self
pub const HeadingLevel6: Self
pub const Image: Self
pub const ItalicText: Self
pub const Landmark: Self
pub const Link: Self
pub const List: Self
pub const MisspelledWord: Self
pub const Table: Self
pub const TextField: Self
pub const UnderlinedText: Self
pub const VisitedLink: Self
pub const Audiograph: Self
Trait Implementations§
Source§impl Clone for NSAccessibilityCustomRotorType
impl Clone for NSAccessibilityCustomRotorType
Source§fn clone(&self) -> NSAccessibilityCustomRotorType
fn clone(&self) -> NSAccessibilityCustomRotorType
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 NSAccessibilityCustomRotorType
impl Ord for NSAccessibilityCustomRotorType
Source§fn cmp(&self, other: &NSAccessibilityCustomRotorType) -> Ordering
fn cmp(&self, other: &NSAccessibilityCustomRotorType) -> 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 NSAccessibilityCustomRotorType
impl PartialEq for NSAccessibilityCustomRotorType
Source§fn eq(&self, other: &NSAccessibilityCustomRotorType) -> bool
fn eq(&self, other: &NSAccessibilityCustomRotorType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for NSAccessibilityCustomRotorType
impl PartialOrd for NSAccessibilityCustomRotorType
Source§impl RefEncode for NSAccessibilityCustomRotorType
impl RefEncode for NSAccessibilityCustomRotorType
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 NSAccessibilityCustomRotorType
impl Eq for NSAccessibilityCustomRotorType
impl StructuralPartialEq for NSAccessibilityCustomRotorType
Auto Trait Implementations§
impl Freeze for NSAccessibilityCustomRotorType
impl RefUnwindSafe for NSAccessibilityCustomRotorType
impl Send for NSAccessibilityCustomRotorType
impl Sync for NSAccessibilityCustomRotorType
impl Unpin for NSAccessibilityCustomRotorType
impl UnwindSafe for NSAccessibilityCustomRotorType
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.