#[repr(C)]pub struct _DRAGINFOW {
pub uSize: UINT,
pub pt: POINT,
pub fNC: BOOL,
pub lpFileList: PZZWSTR,
pub grfKeyState: DWORD,
}
Fields§
§uSize: UINT
§pt: POINT
§fNC: BOOL
§lpFileList: PZZWSTR
§grfKeyState: DWORD
Trait Implementations§
Source§impl Clone for _DRAGINFOW
impl Clone for _DRAGINFOW
Source§fn clone(&self) -> _DRAGINFOW
fn clone(&self) -> _DRAGINFOW
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 _DRAGINFOW
impl Debug for _DRAGINFOW
Source§impl Ord for _DRAGINFOW
impl Ord for _DRAGINFOW
Source§fn cmp(&self, other: &_DRAGINFOW) -> Ordering
fn cmp(&self, other: &_DRAGINFOW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _DRAGINFOW
impl PartialEq for _DRAGINFOW
Source§impl PartialOrd for _DRAGINFOW
impl PartialOrd for _DRAGINFOW
impl Copy for _DRAGINFOW
impl Eq for _DRAGINFOW
impl StructuralPartialEq for _DRAGINFOW
Auto Trait Implementations§
impl Freeze for _DRAGINFOW
impl RefUnwindSafe for _DRAGINFOW
impl !Send for _DRAGINFOW
impl !Sync for _DRAGINFOW
impl Unpin for _DRAGINFOW
impl UnwindSafe for _DRAGINFOW
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