#[repr(transparent)]pub struct NSGrammaticalCase(pub NSInteger);
Available on crate feature
NSMorphology
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSGrammaticalCase
impl NSGrammaticalCase
pub const NotSet: Self
pub const Nominative: Self
pub const Accusative: Self
pub const Dative: Self
pub const Genitive: Self
pub const Prepositional: Self
pub const Ablative: Self
pub const Adessive: Self
pub const Allative: Self
pub const Elative: Self
pub const Illative: Self
pub const Essive: Self
pub const Inessive: Self
pub const Locative: Self
pub const Translative: Self
Trait Implementations§
Source§impl Clone for NSGrammaticalCase
impl Clone for NSGrammaticalCase
Source§fn clone(&self) -> NSGrammaticalCase
fn clone(&self) -> NSGrammaticalCase
Returns a copy 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 NSGrammaticalCase
impl Debug for NSGrammaticalCase
Source§impl Encode for NSGrammaticalCase
impl Encode for NSGrammaticalCase
Source§impl Hash for NSGrammaticalCase
impl Hash for NSGrammaticalCase
Source§impl Ord for NSGrammaticalCase
impl Ord for NSGrammaticalCase
Source§fn cmp(&self, other: &NSGrammaticalCase) -> Ordering
fn cmp(&self, other: &NSGrammaticalCase) -> 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 NSGrammaticalCase
impl PartialEq for NSGrammaticalCase
Source§impl PartialOrd for NSGrammaticalCase
impl PartialOrd for NSGrammaticalCase
Source§impl RefEncode for NSGrammaticalCase
impl RefEncode for NSGrammaticalCase
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 NSGrammaticalCase
impl Eq for NSGrammaticalCase
impl StructuralPartialEq for NSGrammaticalCase
Auto Trait Implementations§
impl Freeze for NSGrammaticalCase
impl RefUnwindSafe for NSGrammaticalCase
impl Send for NSGrammaticalCase
impl Sync for NSGrammaticalCase
impl Unpin for NSGrammaticalCase
impl UnwindSafe for NSGrammaticalCase
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.