Struct windows_sys::Win32::UI::WindowsAndMessaging::DROPSTRUCT
[−]#[repr(C)]pub struct DROPSTRUCT {
pub hwndSource: HWND,
pub hwndSink: HWND,
pub wFmt: u32,
pub dwData: usize,
pub ptDrop: POINT,
pub dwControlData: u32,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields
hwndSource: HWND
hwndSink: HWND
wFmt: u32
dwData: usize
ptDrop: POINT
dwControlData: u32
Trait Implementations
impl Clone for DROPSTRUCT
impl Clone for DROPSTRUCT
impl Copy for DROPSTRUCT
Auto Trait Implementations
impl RefUnwindSafe for DROPSTRUCT
impl Send for DROPSTRUCT
impl Sync for DROPSTRUCT
impl Unpin for DROPSTRUCT
impl UnwindSafe for DROPSTRUCT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more