#[repr(transparent)]pub struct CXErrorCodeIncomingCallError(pub NSInteger);Available on crate feature
CXError only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl CXErrorCodeIncomingCallError
impl CXErrorCodeIncomingCallError
pub const Unknown: Self = _
pub const Unentitled: Self = _
pub const CallUUIDAlreadyExists: Self = _
pub const FilteredByDoNotDisturb: Self = _
pub const FilteredByBlockList: Self = _
pub const FilteredDuringRestrictedSharingMode: Self = _
Trait Implementations§
source§impl Clone for CXErrorCodeIncomingCallError
impl Clone for CXErrorCodeIncomingCallError
source§fn clone(&self) -> CXErrorCodeIncomingCallError
fn clone(&self) -> CXErrorCodeIncomingCallError
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 CXErrorCodeIncomingCallError
impl Debug for CXErrorCodeIncomingCallError
source§impl Hash for CXErrorCodeIncomingCallError
impl Hash for CXErrorCodeIncomingCallError
source§impl Ord for CXErrorCodeIncomingCallError
impl Ord for CXErrorCodeIncomingCallError
source§fn cmp(&self, other: &CXErrorCodeIncomingCallError) -> Ordering
fn cmp(&self, other: &CXErrorCodeIncomingCallError) -> 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 CXErrorCodeIncomingCallError
impl PartialEq for CXErrorCodeIncomingCallError
source§fn eq(&self, other: &CXErrorCodeIncomingCallError) -> bool
fn eq(&self, other: &CXErrorCodeIncomingCallError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CXErrorCodeIncomingCallError
impl PartialOrd for CXErrorCodeIncomingCallError
source§fn partial_cmp(&self, other: &CXErrorCodeIncomingCallError) -> Option<Ordering>
fn partial_cmp(&self, other: &CXErrorCodeIncomingCallError) -> 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 CXErrorCodeIncomingCallError
impl RefEncode for CXErrorCodeIncomingCallError
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 CXErrorCodeIncomingCallError
impl Eq for CXErrorCodeIncomingCallError
impl StructuralPartialEq for CXErrorCodeIncomingCallError
Auto Trait Implementations§
impl Freeze for CXErrorCodeIncomingCallError
impl RefUnwindSafe for CXErrorCodeIncomingCallError
impl Send for CXErrorCodeIncomingCallError
impl Sync for CXErrorCodeIncomingCallError
impl Unpin for CXErrorCodeIncomingCallError
impl UnwindSafe for CXErrorCodeIncomingCallError
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.