Struct windows_sys::Win32::NetworkManagement::WNet::CONNECTDLGSTRUCTA
#[repr(C)]pub struct CONNECTDLGSTRUCTA {
pub cbStructure: u32,
pub hwndOwner: HWND,
pub lpConnRes: *mut NETRESOURCEA,
pub dwFlags: CONNECTDLGSTRUCT_FLAGS,
pub dwDevNum: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbStructure: u32
§hwndOwner: HWND
§lpConnRes: *mut NETRESOURCEA
§dwFlags: CONNECTDLGSTRUCT_FLAGS
§dwDevNum: u32
Trait Implementations§
§impl Clone for CONNECTDLGSTRUCTA
impl Clone for CONNECTDLGSTRUCTA
impl Copy for CONNECTDLGSTRUCTA
Auto Trait Implementations§
impl RefUnwindSafe for CONNECTDLGSTRUCTA
impl !Send for CONNECTDLGSTRUCTA
impl !Sync for CONNECTDLGSTRUCTA
impl Unpin for CONNECTDLGSTRUCTA
impl UnwindSafe for CONNECTDLGSTRUCTA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more