#[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: DWORD
Trait 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
Source§impl Ord for _CONNECTDLGSTRUCTA
impl Ord for _CONNECTDLGSTRUCTA
Source§fn cmp(&self, other: &_CONNECTDLGSTRUCTA) -> Ordering
fn cmp(&self, other: &_CONNECTDLGSTRUCTA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CONNECTDLGSTRUCTA
impl PartialEq for _CONNECTDLGSTRUCTA
Source§impl PartialOrd for _CONNECTDLGSTRUCTA
impl PartialOrd for _CONNECTDLGSTRUCTA
impl Copy for _CONNECTDLGSTRUCTA
impl Eq for _CONNECTDLGSTRUCTA
impl StructuralPartialEq for _CONNECTDLGSTRUCTA
Auto Trait Implementations§
impl Freeze for _CONNECTDLGSTRUCTA
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