#[repr(transparent)]pub struct NSNetServicesError(pub NSInteger);
Available on crate feature
NSNetServices
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSNetServicesError
impl NSNetServicesError
pub const UnknownError: Self
pub const CollisionError: Self
pub const NotFoundError: Self
pub const ActivityInProgress: Self
pub const BadArgumentError: Self
pub const CancelledError: Self
pub const InvalidError: Self
pub const TimeoutError: Self
pub const MissingRequiredConfigurationError: Self
Trait Implementations§
Source§impl Clone for NSNetServicesError
impl Clone for NSNetServicesError
Source§fn clone(&self) -> NSNetServicesError
fn clone(&self) -> NSNetServicesError
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 NSNetServicesError
impl Debug for NSNetServicesError
Source§impl Encode for NSNetServicesError
impl Encode for NSNetServicesError
Source§impl Hash for NSNetServicesError
impl Hash for NSNetServicesError
Source§impl Ord for NSNetServicesError
impl Ord for NSNetServicesError
Source§fn cmp(&self, other: &NSNetServicesError) -> Ordering
fn cmp(&self, other: &NSNetServicesError) -> 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 NSNetServicesError
impl PartialEq for NSNetServicesError
Source§impl PartialOrd for NSNetServicesError
impl PartialOrd for NSNetServicesError
Source§impl RefEncode for NSNetServicesError
impl RefEncode for NSNetServicesError
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 NSNetServicesError
impl Eq for NSNetServicesError
impl StructuralPartialEq for NSNetServicesError
Auto Trait Implementations§
impl Freeze for NSNetServicesError
impl RefUnwindSafe for NSNetServicesError
impl Send for NSNetServicesError
impl Sync for NSNetServicesError
impl Unpin for NSNetServicesError
impl UnwindSafe for NSNetServicesError
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.