#[repr(transparent)]pub struct CWIBSSModeSecurity(pub NSInteger);
👎Deprecated
Available on crate feature
CoreWLANTypes
only.Expand description
IBSS security types used in -[CWInterface startIBSSModeWithSSID:security:channel:password:error:].
Open System authentication.
WEP security.
WPA Personal authentication.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
👎Deprecated
Implementations§
Trait Implementations§
Source§impl Clone for CWIBSSModeSecurity
impl Clone for CWIBSSModeSecurity
Source§fn clone(&self) -> CWIBSSModeSecurity
fn clone(&self) -> CWIBSSModeSecurity
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 CWIBSSModeSecurity
impl Debug for CWIBSSModeSecurity
Source§impl Encode for CWIBSSModeSecurity
impl Encode for CWIBSSModeSecurity
Source§impl Hash for CWIBSSModeSecurity
impl Hash for CWIBSSModeSecurity
Source§impl Ord for CWIBSSModeSecurity
impl Ord for CWIBSSModeSecurity
Source§fn cmp(&self, other: &CWIBSSModeSecurity) -> Ordering
fn cmp(&self, other: &CWIBSSModeSecurity) -> 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 CWIBSSModeSecurity
impl PartialEq for CWIBSSModeSecurity
Source§impl PartialOrd for CWIBSSModeSecurity
impl PartialOrd for CWIBSSModeSecurity
Source§impl RefEncode for CWIBSSModeSecurity
impl RefEncode for CWIBSSModeSecurity
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 CWIBSSModeSecurity
impl Eq for CWIBSSModeSecurity
impl StructuralPartialEq for CWIBSSModeSecurity
Auto Trait Implementations§
impl Freeze for CWIBSSModeSecurity
impl RefUnwindSafe for CWIBSSModeSecurity
impl Send for CWIBSSModeSecurity
impl Sync for CWIBSSModeSecurity
impl Unpin for CWIBSSModeSecurity
impl UnwindSafe for CWIBSSModeSecurity
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.