#[repr(C)]pub struct DOT11_WFD_SESSION_INFO {
pub uSessionInfoLength: u16,
pub ucSessionInfo: [u8; 144],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uSessionInfoLength: u16
ucSessionInfo: [u8; 144]
Trait Implementations
impl Clone for DOT11_WFD_SESSION_INFO
impl Clone for DOT11_WFD_SESSION_INFO
impl Copy for DOT11_WFD_SESSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WFD_SESSION_INFO
impl Send for DOT11_WFD_SESSION_INFO
impl Sync for DOT11_WFD_SESSION_INFO
impl Unpin for DOT11_WFD_SESSION_INFO
impl UnwindSafe for DOT11_WFD_SESSION_INFO
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