#[repr(C)]pub struct NDIS_802_11_ASSOCIATION_INFORMATION {
pub Length: u32,
pub AvailableRequestFixedIEs: u16,
pub RequestFixedIEs: NDIS_802_11_AI_REQFI,
pub RequestIELength: u32,
pub OffsetRequestIEs: u32,
pub AvailableResponseFixedIEs: u16,
pub ResponseFixedIEs: NDIS_802_11_AI_RESFI,
pub ResponseIELength: u32,
pub OffsetResponseIEs: u32,
}
Fields§
§Length: u32
§AvailableRequestFixedIEs: u16
§RequestFixedIEs: NDIS_802_11_AI_REQFI
§RequestIELength: u32
§OffsetRequestIEs: u32
§AvailableResponseFixedIEs: u16
§ResponseFixedIEs: NDIS_802_11_AI_RESFI
§ResponseIELength: u32
§OffsetResponseIEs: u32
Trait Implementations§
§impl Clone for NDIS_802_11_ASSOCIATION_INFORMATION
impl Clone for NDIS_802_11_ASSOCIATION_INFORMATION
§fn clone(&self) -> NDIS_802_11_ASSOCIATION_INFORMATION
fn clone(&self) -> NDIS_802_11_ASSOCIATION_INFORMATION
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 more§impl PartialEq for NDIS_802_11_ASSOCIATION_INFORMATION
impl PartialEq for NDIS_802_11_ASSOCIATION_INFORMATION
§fn eq(&self, other: &NDIS_802_11_ASSOCIATION_INFORMATION) -> bool
fn eq(&self, other: &NDIS_802_11_ASSOCIATION_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_802_11_ASSOCIATION_INFORMATION
impl Eq for NDIS_802_11_ASSOCIATION_INFORMATION
impl StructuralPartialEq for NDIS_802_11_ASSOCIATION_INFORMATION
Auto Trait Implementations§
impl Freeze for NDIS_802_11_ASSOCIATION_INFORMATION
impl RefUnwindSafe for NDIS_802_11_ASSOCIATION_INFORMATION
impl Send for NDIS_802_11_ASSOCIATION_INFORMATION
impl Sync for NDIS_802_11_ASSOCIATION_INFORMATION
impl Unpin for NDIS_802_11_ASSOCIATION_INFORMATION
impl UnwindSafe for NDIS_802_11_ASSOCIATION_INFORMATION
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)