#[repr(C)]pub struct IEnterpriseDropTarget {
pub lpVtbl: *mut IEnterpriseDropTargetVtbl,
}Fields§
§lpVtbl: *mut IEnterpriseDropTargetVtblTrait Implementations§
Source§impl Clone for IEnterpriseDropTarget
impl Clone for IEnterpriseDropTarget
Source§fn clone(&self) -> IEnterpriseDropTarget
fn clone(&self) -> IEnterpriseDropTarget
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 moreSource§impl Debug for IEnterpriseDropTarget
impl Debug for IEnterpriseDropTarget
impl Copy for IEnterpriseDropTarget
Auto Trait Implementations§
impl Freeze for IEnterpriseDropTarget
impl RefUnwindSafe for IEnterpriseDropTarget
impl !Send for IEnterpriseDropTarget
impl !Sync for IEnterpriseDropTarget
impl Unpin for IEnterpriseDropTarget
impl UnwindSafe for IEnterpriseDropTarget
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