#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IDropSource
Auto Trait Implementations§
impl !Send for IDropSource
impl !Sync for IDropSource
impl Freeze for IDropSource
impl RefUnwindSafe for IDropSource
impl Unpin for IDropSource
impl UnsafeUnpin 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