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