#[repr(C)]pub struct DOT11_MD_CAPABILITY_ENTRY_LIST {
pub uNumOfEntries: ULONG,
pub uTotalNumOfEntries: ULONG,
pub dot11MDCapabilityEntry: [DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY; 1],
}
Fields§
§uNumOfEntries: ULONG
§uTotalNumOfEntries: ULONG
§dot11MDCapabilityEntry: [DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY; 1]
Trait Implementations§
Source§impl Clone for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Clone for DOT11_MD_CAPABILITY_ENTRY_LIST
Source§fn clone(&self) -> DOT11_MD_CAPABILITY_ENTRY_LIST
fn clone(&self) -> DOT11_MD_CAPABILITY_ENTRY_LIST
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 Default for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Default for DOT11_MD_CAPABILITY_ENTRY_LIST
Source§fn default() -> DOT11_MD_CAPABILITY_ENTRY_LIST
fn default() -> DOT11_MD_CAPABILITY_ENTRY_LIST
Returns the “default value” for a type. Read more
impl Copy for DOT11_MD_CAPABILITY_ENTRY_LIST
Auto Trait Implementations§
impl Freeze for DOT11_MD_CAPABILITY_ENTRY_LIST
impl RefUnwindSafe for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Send for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Sync for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Unpin for DOT11_MD_CAPABILITY_ENTRY_LIST
impl UnwindSafe for DOT11_MD_CAPABILITY_ENTRY_LIST
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