#[repr(C)]pub struct tagDROPSTRUCT {
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 tagDROPSTRUCT
impl Clone for tagDROPSTRUCT
Source§fn clone(&self) -> tagDROPSTRUCT
fn clone(&self) -> tagDROPSTRUCT
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 tagDROPSTRUCT
impl Debug for tagDROPSTRUCT
Source§impl Ord for tagDROPSTRUCT
impl Ord for tagDROPSTRUCT
Source§fn cmp(&self, other: &tagDROPSTRUCT) -> Ordering
fn cmp(&self, other: &tagDROPSTRUCT) -> 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 tagDROPSTRUCT
impl PartialEq for tagDROPSTRUCT
Source§impl PartialOrd for tagDROPSTRUCT
impl PartialOrd for tagDROPSTRUCT
impl Copy for tagDROPSTRUCT
impl Eq for tagDROPSTRUCT
impl StructuralPartialEq for tagDROPSTRUCT
Auto Trait Implementations§
impl Freeze for tagDROPSTRUCT
impl RefUnwindSafe for tagDROPSTRUCT
impl !Send for tagDROPSTRUCT
impl !Sync for tagDROPSTRUCT
impl Unpin for tagDROPSTRUCT
impl UnwindSafe for tagDROPSTRUCT
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