Struct windows_sys::Win32::NetworkManagement::WNet::DISCDLGSTRUCTA
[−]#[repr(C)]pub struct DISCDLGSTRUCTA {
pub cbStructure: u32,
pub hwndOwner: HWND,
pub lpLocalName: PSTR,
pub lpRemoteName: PSTR,
pub dwFlags: DISCDLGSTRUCT_FLAGS,
}
Expand description
Required features: "Win32_NetworkManagement_WNet"
, "Win32_Foundation"
Fields
cbStructure: u32
hwndOwner: HWND
lpLocalName: PSTR
lpRemoteName: PSTR
dwFlags: DISCDLGSTRUCT_FLAGS
Trait Implementations
impl Clone for DISCDLGSTRUCTA
impl Clone for DISCDLGSTRUCTA
impl Copy for DISCDLGSTRUCTA
Auto Trait Implementations
impl RefUnwindSafe for DISCDLGSTRUCTA
impl !Send for DISCDLGSTRUCTA
impl !Sync for DISCDLGSTRUCTA
impl Unpin for DISCDLGSTRUCTA
impl UnwindSafe for DISCDLGSTRUCTA
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