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_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§
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