#[repr(C)]pub struct WLAN_HOSTED_NETWORK_RADIO_STATE {
pub dot11SoftwareRadioState: DOT11_RADIO_STATE,
pub dot11HardwareRadioState: DOT11_RADIO_STATE,
}
Fields§
§dot11SoftwareRadioState: DOT11_RADIO_STATE
§dot11HardwareRadioState: DOT11_RADIO_STATE
Trait Implementations§
§impl Clone for WLAN_HOSTED_NETWORK_RADIO_STATE
impl Clone for WLAN_HOSTED_NETWORK_RADIO_STATE
impl Copy for WLAN_HOSTED_NETWORK_RADIO_STATE
Auto Trait Implementations§
impl RefUnwindSafe for WLAN_HOSTED_NETWORK_RADIO_STATE
impl Send for WLAN_HOSTED_NETWORK_RADIO_STATE
impl Sync for WLAN_HOSTED_NETWORK_RADIO_STATE
impl Unpin for WLAN_HOSTED_NETWORK_RADIO_STATE
impl UnwindSafe for WLAN_HOSTED_NETWORK_RADIO_STATE
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