Struct vc6_sys::_CONNECTDLGSTRUCTA
source · #[repr(C)]pub struct _CONNECTDLGSTRUCTA {
pub cbStructure: DWORD,
pub hwndOwner: HWND,
pub lpConnRes: LPNETRESOURCEA,
pub dwFlags: DWORD,
pub dwDevNum: DWORD,
}Fields§
§cbStructure: DWORD§hwndOwner: HWND§lpConnRes: LPNETRESOURCEA§dwFlags: DWORD§dwDevNum: DWORDTrait Implementations§
source§impl Clone for _CONNECTDLGSTRUCTA
impl Clone for _CONNECTDLGSTRUCTA
source§fn clone(&self) -> _CONNECTDLGSTRUCTA
fn clone(&self) -> _CONNECTDLGSTRUCTA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _CONNECTDLGSTRUCTA
impl Debug 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