#[repr(transparent)]pub struct CXErrorCodeCallDirectoryManagerError(pub NSInteger);
Available on crate feature
CXError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl CXErrorCodeCallDirectoryManagerError
impl CXErrorCodeCallDirectoryManagerError
pub const Unknown: Self
pub const NoExtensionFound: Self
pub const LoadingInterrupted: Self
pub const EntriesOutOfOrder: Self
pub const DuplicateEntries: Self
pub const MaximumEntriesExceeded: Self
pub const ExtensionDisabled: Self
pub const CurrentlyLoading: Self
pub const UnexpectedIncrementalRemoval: Self
Trait Implementations§
Source§impl Clone for CXErrorCodeCallDirectoryManagerError
impl Clone for CXErrorCodeCallDirectoryManagerError
Source§fn clone(&self) -> CXErrorCodeCallDirectoryManagerError
fn clone(&self) -> CXErrorCodeCallDirectoryManagerError
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 Ord for CXErrorCodeCallDirectoryManagerError
impl Ord for CXErrorCodeCallDirectoryManagerError
Source§fn cmp(&self, other: &CXErrorCodeCallDirectoryManagerError) -> Ordering
fn cmp(&self, other: &CXErrorCodeCallDirectoryManagerError) -> 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 CXErrorCodeCallDirectoryManagerError
impl PartialEq for CXErrorCodeCallDirectoryManagerError
Source§fn eq(&self, other: &CXErrorCodeCallDirectoryManagerError) -> bool
fn eq(&self, other: &CXErrorCodeCallDirectoryManagerError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CXErrorCodeCallDirectoryManagerError
impl PartialOrd for CXErrorCodeCallDirectoryManagerError
Source§impl RefEncode for CXErrorCodeCallDirectoryManagerError
impl RefEncode for CXErrorCodeCallDirectoryManagerError
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 CXErrorCodeCallDirectoryManagerError
impl Eq for CXErrorCodeCallDirectoryManagerError
impl StructuralPartialEq for CXErrorCodeCallDirectoryManagerError
Auto Trait Implementations§
impl Freeze for CXErrorCodeCallDirectoryManagerError
impl RefUnwindSafe for CXErrorCodeCallDirectoryManagerError
impl Send for CXErrorCodeCallDirectoryManagerError
impl Sync for CXErrorCodeCallDirectoryManagerError
impl Unpin for CXErrorCodeCallDirectoryManagerError
impl UnwindSafe for CXErrorCodeCallDirectoryManagerError
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.