Struct winapi::um::winuser::DROPSTRUCT
source · #[repr(C)]pub struct DROPSTRUCT {
pub hwndSource: HWND,
pub hwndSink: HWND,
pub wFmt: DWORD,
pub dwData: ULONG_PTR,
pub ptDrop: POINT,
pub dwControlData: DWORD,
}Fields§
§hwndSource: HWND§hwndSink: HWND§wFmt: DWORD§dwData: ULONG_PTR§ptDrop: POINT§dwControlData: DWORDTrait Implementations§
source§impl Clone for DROPSTRUCT
impl Clone for DROPSTRUCT
source§fn clone(&self) -> DROPSTRUCT
fn clone(&self) -> DROPSTRUCT
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 Default for DROPSTRUCT
impl Default for DROPSTRUCT
source§fn default() -> DROPSTRUCT
fn default() -> DROPSTRUCT
Returns the “default value” for a type. Read more