#[repr(C)]pub struct IEnterpriseDropTarget {
pub lpVtbl: *mut IEnterpriseDropTargetVtbl,
}
Fields§
§lpVtbl: *mut IEnterpriseDropTargetVtbl
Trait Implementations§
Source§impl Clone for IEnterpriseDropTarget
impl Clone for IEnterpriseDropTarget
Source§fn clone(&self) -> IEnterpriseDropTarget
fn clone(&self) -> IEnterpriseDropTarget
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 IEnterpriseDropTarget
impl Debug for IEnterpriseDropTarget
Source§impl Ord for IEnterpriseDropTarget
impl Ord for IEnterpriseDropTarget
Source§fn cmp(&self, other: &IEnterpriseDropTarget) -> Ordering
fn cmp(&self, other: &IEnterpriseDropTarget) -> 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 IEnterpriseDropTarget
impl PartialEq for IEnterpriseDropTarget
Source§impl PartialOrd for IEnterpriseDropTarget
impl PartialOrd for IEnterpriseDropTarget
impl Copy for IEnterpriseDropTarget
impl Eq for IEnterpriseDropTarget
impl StructuralPartialEq 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