#[repr(C)]pub struct DOT11_MAC_ADDRESS_LIST {
pub Header: NDIS_OBJECT_HEADER,
pub uNumOfEntries: ULONG,
pub uTotalNumOfEntries: ULONG,
pub MacAddrs: [DOT11_MAC_ADDRESS; 1],
}Fields§
§Header: NDIS_OBJECT_HEADER§uNumOfEntries: ULONG§uTotalNumOfEntries: ULONG§MacAddrs: [DOT11_MAC_ADDRESS; 1]Trait Implementations§
Source§impl Clone for DOT11_MAC_ADDRESS_LIST
impl Clone for DOT11_MAC_ADDRESS_LIST
Source§fn clone(&self) -> DOT11_MAC_ADDRESS_LIST
fn clone(&self) -> DOT11_MAC_ADDRESS_LIST
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DOT11_MAC_ADDRESS_LIST
Source§impl Default for DOT11_MAC_ADDRESS_LIST
Available on crate feature impl-default only.
impl Default for DOT11_MAC_ADDRESS_LIST
Available on crate feature
impl-default only.Source§fn default() -> DOT11_MAC_ADDRESS_LIST
fn default() -> DOT11_MAC_ADDRESS_LIST
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DOT11_MAC_ADDRESS_LIST
impl RefUnwindSafe for DOT11_MAC_ADDRESS_LIST
impl Send for DOT11_MAC_ADDRESS_LIST
impl Sync for DOT11_MAC_ADDRESS_LIST
impl Unpin for DOT11_MAC_ADDRESS_LIST
impl UnsafeUnpin for DOT11_MAC_ADDRESS_LIST
impl UnwindSafe for DOT11_MAC_ADDRESS_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