#[repr(C)]pub struct IDropTarget {
    pub lpVtbl: *mut IDropTargetVtbl,
}Fields§
§lpVtbl: *mut IDropTargetVtblTrait Implementations§
Source§impl Clone for IDropTarget
 
impl Clone for IDropTarget
Source§fn clone(&self) -> IDropTarget
 
fn clone(&self) -> IDropTarget
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 IDropTarget
 
impl Debug for IDropTarget
Source§impl Ord for IDropTarget
 
impl Ord for IDropTarget
Source§fn cmp(&self, other: &IDropTarget) -> Ordering
 
fn cmp(&self, other: &IDropTarget) -> 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 IDropTarget
 
impl PartialEq for IDropTarget
Source§impl PartialOrd for IDropTarget
 
impl PartialOrd for IDropTarget
impl Copy for IDropTarget
impl Eq for IDropTarget
impl StructuralPartialEq for IDropTarget
Auto Trait Implementations§
impl Freeze for IDropTarget
impl RefUnwindSafe for IDropTarget
impl !Send for IDropTarget
impl !Sync for IDropTarget
impl Unpin for IDropTarget
impl UnwindSafe for IDropTarget
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