#[repr(transparent)]pub struct NEHotspotConfigurationError(pub NSInteger);Expand description
Hotspot Configuration error codes
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl NEHotspotConfigurationError
impl NEHotspotConfigurationError
pub const Invalid: Self
pub const InvalidSSID: Self
pub const InvalidWPAPassphrase: Self
pub const InvalidWEPPassphrase: Self
pub const InvalidEAPSettings: Self
pub const InvalidHS20Settings: Self
pub const InvalidHS20DomainName: Self
pub const UserDenied: Self
pub const Internal: Self
pub const Pending: Self
pub const SystemConfiguration: Self
pub const Unknown: Self
pub const JoinOnceNotSupported: Self
pub const AlreadyAssociated: Self
pub const ApplicationIsNotInForeground: Self
pub const InvalidSSIDPrefix: Self
pub const SystemDenied: Self
Trait Implementations§
Source§impl Clone for NEHotspotConfigurationError
impl Clone for NEHotspotConfigurationError
Source§fn clone(&self) -> NEHotspotConfigurationError
fn clone(&self) -> NEHotspotConfigurationError
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 NEHotspotConfigurationError
impl Debug for NEHotspotConfigurationError
Source§impl Encode for NEHotspotConfigurationError
impl Encode for NEHotspotConfigurationError
Source§impl Hash for NEHotspotConfigurationError
impl Hash for NEHotspotConfigurationError
Source§impl Ord for NEHotspotConfigurationError
impl Ord for NEHotspotConfigurationError
Source§fn cmp(&self, other: &NEHotspotConfigurationError) -> Ordering
fn cmp(&self, other: &NEHotspotConfigurationError) -> 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 PartialOrd for NEHotspotConfigurationError
impl PartialOrd for NEHotspotConfigurationError
Source§impl RefEncode for NEHotspotConfigurationError
impl RefEncode for NEHotspotConfigurationError
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 NEHotspotConfigurationError
impl Eq for NEHotspotConfigurationError
impl StructuralPartialEq for NEHotspotConfigurationError
Auto Trait Implementations§
impl Freeze for NEHotspotConfigurationError
impl RefUnwindSafe for NEHotspotConfigurationError
impl Send for NEHotspotConfigurationError
impl Sync for NEHotspotConfigurationError
impl Unpin for NEHotspotConfigurationError
impl UnwindSafe for NEHotspotConfigurationError
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.