#[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 · 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 IDropSourceNotify
impl Debug for IDropSourceNotify
impl Copy for IDropSourceNotify
Auto Trait Implementations§
impl Freeze for IDropSourceNotify
impl RefUnwindSafe for IDropSourceNotify
impl !Send for IDropSourceNotify
impl !Sync for IDropSourceNotify
impl Unpin 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