[][src]Struct winapi::um::wlanapi::WLAN_INTERFACE_CAPABILITY

#[repr(C)]pub struct WLAN_INTERFACE_CAPABILITY {
    pub interfaceType: WLAN_INTERFACE_TYPE,
    pub bDot11DSupported: BOOL,
    pub dwMaxDesiredSsidListSize: DWORD,
    pub dwMaxDesiredBssidListSize: DWORD,
    pub dwNumberOfSupportedPhys: DWORD,
    pub dot11PhyTypes: [DOT11_PHY_TYPE; 64],
}

Fields

interfaceType: WLAN_INTERFACE_TYPEbDot11DSupported: BOOLdwMaxDesiredSsidListSize: DWORDdwMaxDesiredBssidListSize: DWORDdwNumberOfSupportedPhys: DWORDdot11PhyTypes: [DOT11_PHY_TYPE; 64]

Trait Implementations

impl Clone for WLAN_INTERFACE_CAPABILITY[src]

impl Copy for WLAN_INTERFACE_CAPABILITY[src]

impl Default for WLAN_INTERFACE_CAPABILITY[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.