Struct ENDROPFILES
#[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: BOOLTrait Implementations§
§impl Clone for ENDROPFILES
impl Clone for ENDROPFILES
§fn clone(&self) -> ENDROPFILES
fn clone(&self) -> ENDROPFILES
Returns a duplicate 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 more§impl Default for ENDROPFILES
impl Default for ENDROPFILES
§fn default() -> ENDROPFILES
fn default() -> ENDROPFILES
Returns the “default value” for a type. Read more
impl Copy 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