#[repr(transparent)]pub struct CFCharacterSetPredefinedSet(pub CFIndex);
Available on crate feature
CFCharacterSet
only.Expand description
Type of the predefined CFCharacterSet selector values.
See also Apple’s documentation
Tuple Fields§
§0: CFIndex
Implementations§
Source§impl CFCharacterSetPredefinedSet
impl CFCharacterSetPredefinedSet
pub const Control: Self
pub const Whitespace: Self
pub const WhitespaceAndNewline: Self
pub const DecimalDigit: Self
pub const Letter: Self
pub const LowercaseLetter: Self
pub const UppercaseLetter: Self
pub const NonBase: Self
pub const Decomposable: Self
pub const AlphaNumeric: Self
pub const Punctuation: Self
pub const CapitalizedLetter: Self
pub const Symbol: Self
pub const Newline: Self
pub const Illegal: Self
Trait Implementations§
Source§impl Clone for CFCharacterSetPredefinedSet
impl Clone for CFCharacterSetPredefinedSet
Source§fn clone(&self) -> CFCharacterSetPredefinedSet
fn clone(&self) -> CFCharacterSetPredefinedSet
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 CFCharacterSetPredefinedSet
impl Debug for CFCharacterSetPredefinedSet
Source§impl Encode for CFCharacterSetPredefinedSet
Available on crate feature objc2
only.
impl Encode for CFCharacterSetPredefinedSet
Available on crate feature
objc2
only.Source§impl Hash for CFCharacterSetPredefinedSet
impl Hash for CFCharacterSetPredefinedSet
Source§impl Ord for CFCharacterSetPredefinedSet
impl Ord for CFCharacterSetPredefinedSet
Source§fn cmp(&self, other: &CFCharacterSetPredefinedSet) -> Ordering
fn cmp(&self, other: &CFCharacterSetPredefinedSet) -> 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 PartialOrd for CFCharacterSetPredefinedSet
impl PartialOrd for CFCharacterSetPredefinedSet
Source§impl RefEncode for CFCharacterSetPredefinedSet
Available on crate feature objc2
only.
impl RefEncode for CFCharacterSetPredefinedSet
Available on crate feature
objc2
only.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 CFCharacterSetPredefinedSet
impl Eq for CFCharacterSetPredefinedSet
impl StructuralPartialEq for CFCharacterSetPredefinedSet
Auto Trait Implementations§
impl Freeze for CFCharacterSetPredefinedSet
impl RefUnwindSafe for CFCharacterSetPredefinedSet
impl Send for CFCharacterSetPredefinedSet
impl Sync for CFCharacterSetPredefinedSet
impl Unpin for CFCharacterSetPredefinedSet
impl UnwindSafe for CFCharacterSetPredefinedSet
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.