Struct objc2_osa_kit::OSALanguageFeatures
source · #[repr(transparent)]pub struct OSALanguageFeatures(pub NSUInteger);Available on crate feature
OSALanguage only.Tuple Fields§
§0: NSUIntegerImplementations§
source§impl OSALanguageFeatures
impl OSALanguageFeatures
pub const OSASupportsCompiling: Self = _
pub const OSASupportsGetSource: Self = _
pub const OSASupportsAECoercion: Self = _
pub const OSASupportsAESending: Self = _
pub const OSASupportsRecording: Self = _
pub const OSASupportsConvenience: Self = _
pub const OSASupportsDialects: Self = _
pub const OSASupportsEventHandling: Self = _
Trait Implementations§
source§impl Clone for OSALanguageFeatures
impl Clone for OSALanguageFeatures
source§fn clone(&self) -> OSALanguageFeatures
fn clone(&self) -> OSALanguageFeatures
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 OSALanguageFeatures
impl Debug for OSALanguageFeatures
source§impl Encode for OSALanguageFeatures
impl Encode for OSALanguageFeatures
source§impl Hash for OSALanguageFeatures
impl Hash for OSALanguageFeatures
source§impl Ord for OSALanguageFeatures
impl Ord for OSALanguageFeatures
source§fn cmp(&self, other: &OSALanguageFeatures) -> Ordering
fn cmp(&self, other: &OSALanguageFeatures) -> 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 OSALanguageFeatures
impl PartialEq for OSALanguageFeatures
source§fn eq(&self, other: &OSALanguageFeatures) -> bool
fn eq(&self, other: &OSALanguageFeatures) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for OSALanguageFeatures
impl PartialOrd for OSALanguageFeatures
source§fn partial_cmp(&self, other: &OSALanguageFeatures) -> Option<Ordering>
fn partial_cmp(&self, other: &OSALanguageFeatures) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for OSALanguageFeatures
impl RefEncode for OSALanguageFeatures
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 OSALanguageFeatures
impl Eq for OSALanguageFeatures
impl StructuralPartialEq for OSALanguageFeatures
Auto Trait Implementations§
impl Freeze for OSALanguageFeatures
impl RefUnwindSafe for OSALanguageFeatures
impl Send for OSALanguageFeatures
impl Sync for OSALanguageFeatures
impl Unpin for OSALanguageFeatures
impl UnwindSafe for OSALanguageFeatures
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> 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.