#[repr(C)]pub struct DISCDLGSTRUCTW {
pub cbStructure: DWORD,
pub hwndOwner: HWND,
pub lpLocalName: LPWSTR,
pub lpRemoteName: LPWSTR,
pub dwFlags: DWORD,
}
Fields§
§cbStructure: DWORD
§hwndOwner: HWND
§lpLocalName: LPWSTR
§lpRemoteName: LPWSTR
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for DISCDLGSTRUCTW
impl Clone for DISCDLGSTRUCTW
Source§fn clone(&self) -> DISCDLGSTRUCTW
fn clone(&self) -> DISCDLGSTRUCTW
Returns a duplicate 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 Default for DISCDLGSTRUCTW
impl Default for DISCDLGSTRUCTW
Source§fn default() -> DISCDLGSTRUCTW
fn default() -> DISCDLGSTRUCTW
Returns the “default value” for a type. Read more
impl Copy for DISCDLGSTRUCTW
Auto Trait Implementations§
impl Freeze for DISCDLGSTRUCTW
impl RefUnwindSafe for DISCDLGSTRUCTW
impl !Send for DISCDLGSTRUCTW
impl !Sync for DISCDLGSTRUCTW
impl Unpin for DISCDLGSTRUCTW
impl UnwindSafe for DISCDLGSTRUCTW
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