#[repr(C)]pub struct DOT11EXT_IHV_UI_REQUEST {
pub dwSessionId: u32,
pub guidUIRequest: GUID,
pub UIPageClsid: GUID,
pub dwByteCount: u32,
pub pvUIRequest: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
dwSessionId: u32
guidUIRequest: GUID
UIPageClsid: GUID
dwByteCount: u32
pvUIRequest: *mut u8
Trait Implementations
impl Clone for DOT11EXT_IHV_UI_REQUEST
impl Clone for DOT11EXT_IHV_UI_REQUEST
impl Copy for DOT11EXT_IHV_UI_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_IHV_UI_REQUEST
impl !Send for DOT11EXT_IHV_UI_REQUEST
impl !Sync for DOT11EXT_IHV_UI_REQUEST
impl Unpin for DOT11EXT_IHV_UI_REQUEST
impl UnwindSafe for DOT11EXT_IHV_UI_REQUEST
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