#[repr(C, packed(4))]pub struct ENDROPFILES {
pub nmhdr: NMHDR,
pub hDrop: HANDLE,
pub cp: i32,
pub fProtected: BOOL,
}
Fields§
§nmhdr: NMHDR
§hDrop: HANDLE
§cp: i32
§fProtected: BOOL
Trait Implementations§
Source§impl Clone for ENDROPFILES
impl Clone for ENDROPFILES
Source§fn clone(&self) -> ENDROPFILES
fn clone(&self) -> ENDROPFILES
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 Default for ENDROPFILES
impl Default for ENDROPFILES
Source§impl PartialEq for ENDROPFILES
impl PartialEq for ENDROPFILES
impl Copy for ENDROPFILES
impl Eq for ENDROPFILES
Auto Trait Implementations§
impl Freeze for ENDROPFILES
impl RefUnwindSafe for ENDROPFILES
impl Send for ENDROPFILES
impl Sync for ENDROPFILES
impl Unpin for ENDROPFILES
impl UnwindSafe for ENDROPFILES
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