Struct windows::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,
}
Fields§
§cbStructure: u32
§hwndOwner: HWND
§lpLocalName: PSTR
§lpRemoteName: PSTR
§dwFlags: DISCDLGSTRUCT_FLAGS
Trait Implementations§
§impl Clone for DISCDLGSTRUCTA
impl Clone for DISCDLGSTRUCTA
§fn clone(&self) -> DISCDLGSTRUCTA
fn clone(&self) -> DISCDLGSTRUCTA
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 more§impl Debug for DISCDLGSTRUCTA
impl Debug for DISCDLGSTRUCTA
§impl Default for DISCDLGSTRUCTA
impl Default for DISCDLGSTRUCTA
§impl PartialEq for DISCDLGSTRUCTA
impl PartialEq for DISCDLGSTRUCTA
§fn eq(&self, other: &DISCDLGSTRUCTA) -> bool
fn eq(&self, other: &DISCDLGSTRUCTA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DISCDLGSTRUCTA
impl Eq for DISCDLGSTRUCTA
impl StructuralPartialEq for DISCDLGSTRUCTA
Auto Trait Implementations§
impl Freeze for DISCDLGSTRUCTA
impl RefUnwindSafe for DISCDLGSTRUCTA
impl !Send for DISCDLGSTRUCTA
impl !Sync for DISCDLGSTRUCTA
impl Unpin for DISCDLGSTRUCTA
impl UnwindSafe for DISCDLGSTRUCTA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)