#[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,
}
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
§fn clone(&self) -> DOT11EXT_VIRTUAL_STATION_APIS
fn clone(&self) -> DOT11EXT_VIRTUAL_STATION_APIS
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 DOT11EXT_VIRTUAL_STATION_APIS
Auto Trait Implementations§
impl Freeze for DOT11EXT_VIRTUAL_STATION_APIS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)