#[repr(C)]pub struct DOT11EXT_VIRTUAL_STATION_APIS {
pub Dot11ExtRequestVirtualStation: DOT11EXT_REQUEST_VIRTUAL_STATION,
pub Dot11ExtReleaseVirtualStation: DOT11EXT_RELEASE_VIRTUAL_STATION,
pub Dot11ExtQueryVirtualStationProperties: DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES,
pub Dot11ExtSetVirtualStationAPProperties: DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
, "Win32_NetworkManagement_WiFi"
Fields
Dot11ExtRequestVirtualStation: DOT11EXT_REQUEST_VIRTUAL_STATION
Dot11ExtReleaseVirtualStation: DOT11EXT_RELEASE_VIRTUAL_STATION
Dot11ExtQueryVirtualStationProperties: DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES
Dot11ExtSetVirtualStationAPProperties: DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES
Trait Implementations
impl Clone for DOT11EXT_VIRTUAL_STATION_APIS
impl Clone for DOT11EXT_VIRTUAL_STATION_APIS
impl Copy for DOT11EXT_VIRTUAL_STATION_APIS
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_VIRTUAL_STATION_APIS
impl Send for DOT11EXT_VIRTUAL_STATION_APIS
impl Sync for DOT11EXT_VIRTUAL_STATION_APIS
impl Unpin for DOT11EXT_VIRTUAL_STATION_APIS
impl UnwindSafe for DOT11EXT_VIRTUAL_STATION_APIS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more