Struct DOT11_NETWORK_LIST
#[repr(C)]pub struct DOT11_NETWORK_LIST {
pub dwNumberOfItems: u32,
pub dwIndex: u32,
pub Network: [DOT11_NETWORK; 1],
}
Fields§
§dwNumberOfItems: u32
§dwIndex: u32
§Network: [DOT11_NETWORK; 1]
Trait Implementations§
§impl Clone for DOT11_NETWORK_LIST
impl Clone for DOT11_NETWORK_LIST
§fn clone(&self) -> DOT11_NETWORK_LIST
fn clone(&self) -> DOT11_NETWORK_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 moreimpl Copy for DOT11_NETWORK_LIST
Auto Trait Implementations§
impl Freeze for DOT11_NETWORK_LIST
impl RefUnwindSafe for DOT11_NETWORK_LIST
impl Send for DOT11_NETWORK_LIST
impl Sync for DOT11_NETWORK_LIST
impl Unpin for DOT11_NETWORK_LIST
impl UnwindSafe for DOT11_NETWORK_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