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,
}
Fields§
§hwndSource: HWND
§hwndSink: HWND
§wFmt: u32
§dwData: usize
§ptDrop: POINT
§dwControlData: u32
Trait Implementations§
§impl Clone for DROPSTRUCT
impl Clone for DROPSTRUCT
§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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)