#[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 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