#[repr(C)]pub struct DOT11_ROAMING_START_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub AdhocBSSID: DOT11_MAC_ADDRESS,
pub AdhocSSID: DOT11_SSID,
pub uRoamingReason: DOT11_ASSOC_STATUS,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§AdhocBSSID: DOT11_MAC_ADDRESS
§AdhocSSID: DOT11_SSID
§uRoamingReason: DOT11_ASSOC_STATUS
Trait Implementations§
Source§impl Clone for DOT11_ROAMING_START_PARAMETERS
impl Clone for DOT11_ROAMING_START_PARAMETERS
Source§fn clone(&self) -> DOT11_ROAMING_START_PARAMETERS
fn clone(&self) -> DOT11_ROAMING_START_PARAMETERS
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_ROAMING_START_PARAMETERS
impl Default for DOT11_ROAMING_START_PARAMETERS
Source§fn default() -> DOT11_ROAMING_START_PARAMETERS
fn default() -> DOT11_ROAMING_START_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for DOT11_ROAMING_START_PARAMETERS
Auto Trait Implementations§
impl Freeze for DOT11_ROAMING_START_PARAMETERS
impl RefUnwindSafe for DOT11_ROAMING_START_PARAMETERS
impl Send for DOT11_ROAMING_START_PARAMETERS
impl Sync for DOT11_ROAMING_START_PARAMETERS
impl Unpin for DOT11_ROAMING_START_PARAMETERS
impl UnwindSafe for DOT11_ROAMING_START_PARAMETERS
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