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