Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11EXT_APIS

#[repr(C)]
pub struct DOT11EXT_APIS {
Show 22 fields pub Dot11ExtAllocateBuffer: DOT11EXT_ALLOCATE_BUFFER, pub Dot11ExtFreeBuffer: DOT11EXT_FREE_BUFFER, pub Dot11ExtSetProfileCustomUserData: DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA, pub Dot11ExtGetProfileCustomUserData: DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA, pub Dot11ExtSetCurrentProfile: DOT11EXT_SET_CURRENT_PROFILE, pub Dot11ExtSendUIRequest: DOT11EXT_SEND_UI_REQUEST, pub Dot11ExtPreAssociateCompletion: DOT11EXT_PRE_ASSOCIATE_COMPLETION, pub Dot11ExtPostAssociateCompletion: DOT11EXT_POST_ASSOCIATE_COMPLETION, pub Dot11ExtSendNotification: DOT11EXT_SEND_NOTIFICATION, pub Dot11ExtSendPacket: DOT11EXT_SEND_PACKET, pub Dot11ExtSetEtherTypeHandling: DOT11EXT_SET_ETHERTYPE_HANDLING, pub Dot11ExtSetAuthAlgorithm: DOT11EXT_SET_AUTH_ALGORITHM, pub Dot11ExtSetUnicastCipherAlgorithm: DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM, pub Dot11ExtSetMulticastCipherAlgorithm: DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM, pub Dot11ExtSetDefaultKey: DOT11EXT_SET_DEFAULT_KEY, pub Dot11ExtSetKeyMappingKey: DOT11EXT_SET_KEY_MAPPING_KEY, pub Dot11ExtSetDefaultKeyId: DOT11EXT_SET_DEFAULT_KEY_ID, pub Dot11ExtNicSpecificExtension: DOT11EXT_NIC_SPECIFIC_EXTENSION, pub Dot11ExtSetExcludeUnencrypted: DOT11EXT_SET_EXCLUDE_UNENCRYPTED, pub Dot11ExtStartOneX: DOT11EXT_ONEX_START, pub Dot11ExtStopOneX: DOT11EXT_ONEX_STOP, pub Dot11ExtProcessSecurityPacket: DOT11EXT_PROCESS_ONEX_PACKET,
}

Fields§

§Dot11ExtAllocateBuffer: DOT11EXT_ALLOCATE_BUFFER§Dot11ExtFreeBuffer: DOT11EXT_FREE_BUFFER§Dot11ExtSetProfileCustomUserData: DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA§Dot11ExtGetProfileCustomUserData: DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA§Dot11ExtSetCurrentProfile: DOT11EXT_SET_CURRENT_PROFILE§Dot11ExtSendUIRequest: DOT11EXT_SEND_UI_REQUEST§Dot11ExtPreAssociateCompletion: DOT11EXT_PRE_ASSOCIATE_COMPLETION§Dot11ExtPostAssociateCompletion: DOT11EXT_POST_ASSOCIATE_COMPLETION§Dot11ExtSendNotification: DOT11EXT_SEND_NOTIFICATION§Dot11ExtSendPacket: DOT11EXT_SEND_PACKET§Dot11ExtSetEtherTypeHandling: DOT11EXT_SET_ETHERTYPE_HANDLING§Dot11ExtSetAuthAlgorithm: DOT11EXT_SET_AUTH_ALGORITHM§Dot11ExtSetUnicastCipherAlgorithm: DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM§Dot11ExtSetMulticastCipherAlgorithm: DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM§Dot11ExtSetDefaultKey: DOT11EXT_SET_DEFAULT_KEY§Dot11ExtSetKeyMappingKey: DOT11EXT_SET_KEY_MAPPING_KEY§Dot11ExtSetDefaultKeyId: DOT11EXT_SET_DEFAULT_KEY_ID§Dot11ExtNicSpecificExtension: DOT11EXT_NIC_SPECIFIC_EXTENSION§Dot11ExtSetExcludeUnencrypted: DOT11EXT_SET_EXCLUDE_UNENCRYPTED§Dot11ExtStartOneX: DOT11EXT_ONEX_START§Dot11ExtStopOneX: DOT11EXT_ONEX_STOP§Dot11ExtProcessSecurityPacket: DOT11EXT_PROCESS_ONEX_PACKET

Trait Implementations§

§

impl Clone for DOT11EXT_APIS

§

fn clone(&self) -> DOT11EXT_APIS

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for DOT11EXT_APIS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.