#[repr(u64)]pub enum NSTextCheckingTypes {
AllSystemTypes = 4_294_967_295,
AllCustomTypes = 18_446_744_069_414_584_320,
AllTypes = 18_446_744_073_709_551_615,
}Variants§
AllSystemTypes = 4_294_967_295
AllCustomTypes = 18_446_744_069_414_584_320
AllTypes = 18_446_744_073_709_551_615
Trait Implementations§
Source§impl Clone for NSTextCheckingTypes
impl Clone for NSTextCheckingTypes
Source§fn clone(&self) -> NSTextCheckingTypes
fn clone(&self) -> NSTextCheckingTypes
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 NSTextCheckingTypes
impl Debug for NSTextCheckingTypes
Source§impl Encode for NSTextCheckingTypes
impl Encode for NSTextCheckingTypes
Source§impl Ord for NSTextCheckingTypes
impl Ord for NSTextCheckingTypes
Source§fn cmp(&self, other: &NSTextCheckingTypes) -> Ordering
fn cmp(&self, other: &NSTextCheckingTypes) -> 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 NSTextCheckingTypes
impl PartialEq for NSTextCheckingTypes
Source§impl PartialOrd for NSTextCheckingTypes
impl PartialOrd for NSTextCheckingTypes
impl Copy for NSTextCheckingTypes
impl Eq for NSTextCheckingTypes
impl StructuralPartialEq for NSTextCheckingTypes
Auto Trait Implementations§
impl Freeze for NSTextCheckingTypes
impl RefUnwindSafe for NSTextCheckingTypes
impl Send for NSTextCheckingTypes
impl Sync for NSTextCheckingTypes
impl Unpin for NSTextCheckingTypes
impl UnwindSafe for NSTextCheckingTypes
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