#[repr(C)]pub struct DRAGLISTINFO {
pub uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS,
pub hWnd: HWND,
pub ptCursor: POINT,
}
Fields§
§uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS
§hWnd: HWND
§ptCursor: POINT
Trait Implementations§
Source§impl Abi for DRAGLISTINFO
impl Abi for DRAGLISTINFO
Source§type Abi = DRAGLISTINFO
type Abi = DRAGLISTINFO
The abi representation of the implementing type. Read more
type DefaultType = DRAGLISTINFO
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 DRAGLISTINFO
impl Clone for DRAGLISTINFO
Source§fn clone(&self) -> DRAGLISTINFO
fn clone(&self) -> DRAGLISTINFO
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 DRAGLISTINFO
impl Debug for DRAGLISTINFO
Source§impl Default for DRAGLISTINFO
impl Default for DRAGLISTINFO
Source§impl PartialEq for DRAGLISTINFO
impl PartialEq for DRAGLISTINFO
impl Copy for DRAGLISTINFO
impl Eq for DRAGLISTINFO
Auto Trait Implementations§
impl Freeze for DRAGLISTINFO
impl RefUnwindSafe for DRAGLISTINFO
impl Send for DRAGLISTINFO
impl Sync for DRAGLISTINFO
impl Unpin for DRAGLISTINFO
impl UnwindSafe for DRAGLISTINFO
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