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