#[repr(C)]pub struct IDropSource {
pub lpVtbl: *mut IDropSourceVtbl,
}Fields§
§lpVtbl: *mut IDropSourceVtblTrait Implementations§
Source§impl Clone for IDropSource
impl Clone for IDropSource
Source§fn clone(&self) -> IDropSource
fn clone(&self) -> IDropSource
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 IDropSource
impl Debug for IDropSource
impl Copy 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