[][src]Struct winapi::um::wlanihv::DOT11EXT_VIRTUAL_STATION_AP_PROPERTY

#[repr(C)]pub struct DOT11EXT_VIRTUAL_STATION_AP_PROPERTY {
    pub dot11SSID: DOT11_SSID,
    pub dot11AuthAlgo: DOT11_AUTH_ALGORITHM,
    pub dot11CipherAlgo: DOT11_CIPHER_ALGORITHM,
    pub bIsPassPhrase: BOOL,
    pub dwKeyLength: DWORD,
    pub ucKeyData: [UCHAR; 64],
}

Fields

dot11SSID: DOT11_SSIDdot11AuthAlgo: DOT11_AUTH_ALGORITHMdot11CipherAlgo: DOT11_CIPHER_ALGORITHMbIsPassPhrase: BOOLdwKeyLength: DWORDucKeyData: [UCHAR; 64]

Trait Implementations

impl Clone for DOT11EXT_VIRTUAL_STATION_AP_PROPERTY[src]

impl Copy for DOT11EXT_VIRTUAL_STATION_AP_PROPERTY[src]

impl Default for DOT11EXT_VIRTUAL_STATION_AP_PROPERTY[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.