#[repr(transparent)]pub struct NSCharacterCollection(pub NSUInteger);
Available on crate feature
NSGlyphInfo
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSCharacterCollection
impl NSCharacterCollection
pub const IdentityMappingCharacterCollection: Self
pub const AdobeCNS1CharacterCollection: Self
pub const AdobeGB1CharacterCollection: Self
pub const AdobeJapan1CharacterCollection: Self
pub const AdobeJapan2CharacterCollection: Self
pub const AdobeKorea1CharacterCollection: Self
Trait Implementations§
Source§impl Clone for NSCharacterCollection
impl Clone for NSCharacterCollection
Source§fn clone(&self) -> NSCharacterCollection
fn clone(&self) -> NSCharacterCollection
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 NSCharacterCollection
impl Debug for NSCharacterCollection
Source§impl Encode for NSCharacterCollection
impl Encode for NSCharacterCollection
Source§impl Hash for NSCharacterCollection
impl Hash for NSCharacterCollection
Source§impl Ord for NSCharacterCollection
impl Ord for NSCharacterCollection
Source§fn cmp(&self, other: &NSCharacterCollection) -> Ordering
fn cmp(&self, other: &NSCharacterCollection) -> 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 NSCharacterCollection
impl PartialEq for NSCharacterCollection
Source§impl PartialOrd for NSCharacterCollection
impl PartialOrd for NSCharacterCollection
Source§impl RefEncode for NSCharacterCollection
impl RefEncode for NSCharacterCollection
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 NSCharacterCollection
impl Eq for NSCharacterCollection
impl StructuralPartialEq for NSCharacterCollection
Auto Trait Implementations§
impl Freeze for NSCharacterCollection
impl RefUnwindSafe for NSCharacterCollection
impl Send for NSCharacterCollection
impl Sync for NSCharacterCollection
impl Unpin for NSCharacterCollection
impl UnwindSafe for NSCharacterCollection
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.