Struct DOT11_MD_CAPABILITY_ENTRY_LIST
#[repr(C)]pub struct DOT11_MD_CAPABILITY_ENTRY_LIST {
pub uNumOfEntries: u32,
pub uTotalNumOfEntries: u32,
pub dot11MDCapabilityEntry: [DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY; 1],
}
Fields§
§uNumOfEntries: u32
§uTotalNumOfEntries: u32
§dot11MDCapabilityEntry: [DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY; 1]
Trait Implementations§
§impl Clone for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Clone for DOT11_MD_CAPABILITY_ENTRY_LIST
§fn clone(&self) -> DOT11_MD_CAPABILITY_ENTRY_LIST
fn clone(&self) -> DOT11_MD_CAPABILITY_ENTRY_LIST
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 Debug for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Debug for DOT11_MD_CAPABILITY_ENTRY_LIST
§impl Default for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Default for DOT11_MD_CAPABILITY_ENTRY_LIST
§impl PartialEq for DOT11_MD_CAPABILITY_ENTRY_LIST
impl PartialEq for DOT11_MD_CAPABILITY_ENTRY_LIST
impl Copy for DOT11_MD_CAPABILITY_ENTRY_LIST
impl StructuralPartialEq 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