#[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 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 _DISCDLGSTRUCTW
impl Debug for _DISCDLGSTRUCTW
Source§impl Ord for _DISCDLGSTRUCTW
impl Ord for _DISCDLGSTRUCTW
Source§fn cmp(&self, other: &_DISCDLGSTRUCTW) -> Ordering
fn cmp(&self, other: &_DISCDLGSTRUCTW) -> 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 _DISCDLGSTRUCTW
impl PartialEq for _DISCDLGSTRUCTW
Source§impl PartialOrd for _DISCDLGSTRUCTW
impl PartialOrd for _DISCDLGSTRUCTW
impl Copy for _DISCDLGSTRUCTW
impl Eq for _DISCDLGSTRUCTW
impl StructuralPartialEq 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