#[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: DWORD
Trait 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
impl Copy for DROPSTRUCT
Auto Trait Implementations§
impl Freeze for DROPSTRUCT
impl RefUnwindSafe for DROPSTRUCT
impl !Send for DROPSTRUCT
impl !Sync for DROPSTRUCT
impl Unpin for DROPSTRUCT
impl UnwindSafe for DROPSTRUCT
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