#[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§
Source§impl Abi for DROPSTRUCT
impl Abi for DROPSTRUCT
Source§type Abi = DROPSTRUCT
type Abi = DROPSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = DROPSTRUCT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DROPSTRUCT
impl Clone for DROPSTRUCT
Source§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 moreSource§impl Debug for DROPSTRUCT
impl Debug for DROPSTRUCT
Source§impl Default for DROPSTRUCT
impl Default for DROPSTRUCT
Source§impl PartialEq for DROPSTRUCT
impl PartialEq for DROPSTRUCT
impl Copy for DROPSTRUCT
impl Eq 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