#[repr(C)]pub struct _DISCDLGSTRUCTA {
pub cbStructure: DWORD,
pub hwndOwner: HWND,
pub lpLocalName: LPSTR,
pub lpRemoteName: LPSTR,
pub dwFlags: DWORD,
}
Fields§
§cbStructure: DWORD
§hwndOwner: HWND
§lpLocalName: LPSTR
§lpRemoteName: LPSTR
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for _DISCDLGSTRUCTA
impl Clone for _DISCDLGSTRUCTA
Source§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 moreSource§impl Debug for _DISCDLGSTRUCTA
impl Debug for _DISCDLGSTRUCTA
Source§impl Ord for _DISCDLGSTRUCTA
impl Ord for _DISCDLGSTRUCTA
Source§fn cmp(&self, other: &_DISCDLGSTRUCTA) -> Ordering
fn cmp(&self, other: &_DISCDLGSTRUCTA) -> 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 _DISCDLGSTRUCTA
impl PartialEq for _DISCDLGSTRUCTA
Source§impl PartialOrd for _DISCDLGSTRUCTA
impl PartialOrd for _DISCDLGSTRUCTA
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