Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::DROPSTRUCT [−][src]
#[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: HWNDhwndSink: HWNDwFmt: u32dwData: usizeptDrop: POINTdwControlData: u32Trait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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
Mutably borrows from an owned value. Read more