#[repr(transparent)]pub struct MCErrorCode(pub NSInteger);
Available on crate feature
MCError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl MCErrorCode
impl MCErrorCode
pub const Unknown: Self
pub const NotConnected: Self
pub const InvalidParameter: Self
pub const Unsupported: Self
pub const TimedOut: Self
pub const Cancelled: Self
Trait Implementations§
Source§impl Clone for MCErrorCode
impl Clone for MCErrorCode
Source§fn clone(&self) -> MCErrorCode
fn clone(&self) -> MCErrorCode
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 MCErrorCode
impl Debug for MCErrorCode
Source§impl Encode for MCErrorCode
impl Encode for MCErrorCode
Source§impl Hash for MCErrorCode
impl Hash for MCErrorCode
Source§impl Ord for MCErrorCode
impl Ord for MCErrorCode
Source§fn cmp(&self, other: &MCErrorCode) -> Ordering
fn cmp(&self, other: &MCErrorCode) -> 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 MCErrorCode
impl PartialEq for MCErrorCode
Source§impl PartialOrd for MCErrorCode
impl PartialOrd for MCErrorCode
Source§impl RefEncode for MCErrorCode
impl RefEncode for MCErrorCode
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 MCErrorCode
impl Eq for MCErrorCode
impl StructuralPartialEq for MCErrorCode
Auto Trait Implementations§
impl Freeze for MCErrorCode
impl RefUnwindSafe for MCErrorCode
impl Send for MCErrorCode
impl Sync for MCErrorCode
impl Unpin for MCErrorCode
impl UnwindSafe for MCErrorCode
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.