Struct webview2_com::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 Abi = DROPSTRUCT
type Abi = DROPSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = DROPSTRUCT
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
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