Struct windows_sys::Win32::UI::Controls::RichEdit::ENDROPFILES
[−]#[repr(C, packed(4))]pub struct ENDROPFILES {
pub nmhdr: NMHDR,
pub hDrop: HANDLE,
pub cp: i32,
pub fProtected: BOOL,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
hDrop: HANDLE
cp: i32
fProtected: BOOL
Trait Implementations
impl Clone for ENDROPFILES
impl Clone for ENDROPFILES
impl Copy for ENDROPFILES
Auto Trait Implementations
impl RefUnwindSafe for ENDROPFILES
impl Send for ENDROPFILES
impl Sync for ENDROPFILES
impl Unpin for ENDROPFILES
impl UnwindSafe for ENDROPFILES
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