Struct windows_sys::Win32::UI::Controls::DRAGLISTINFO
[−]#[repr(C)]pub struct DRAGLISTINFO {
pub uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS,
pub hWnd: HWND,
pub ptCursor: POINT,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS
hWnd: HWND
ptCursor: POINT
Trait Implementations
impl Clone for DRAGLISTINFO
impl Clone for DRAGLISTINFO
impl Copy for DRAGLISTINFO
Auto Trait Implementations
impl RefUnwindSafe for DRAGLISTINFO
impl Send for DRAGLISTINFO
impl Sync for DRAGLISTINFO
impl Unpin for DRAGLISTINFO
impl UnwindSafe for DRAGLISTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more