Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_CHANNEL_HINT
[−]#[repr(C)]pub struct DOT11_CHANNEL_HINT {
pub Dot11PhyType: DOT11_PHY_TYPE,
pub uChannelNumber: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
Dot11PhyType: DOT11_PHY_TYPE
uChannelNumber: u32
Trait Implementations
impl Clone for DOT11_CHANNEL_HINT
impl Clone for DOT11_CHANNEL_HINT
impl Copy for DOT11_CHANNEL_HINT
Auto Trait Implementations
impl RefUnwindSafe for DOT11_CHANNEL_HINT
impl Send for DOT11_CHANNEL_HINT
impl Sync for DOT11_CHANNEL_HINT
impl Unpin for DOT11_CHANNEL_HINT
impl UnwindSafe for DOT11_CHANNEL_HINT
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