#[repr(C)]pub struct IDropSourceNotify {
pub lpVtbl: *mut IDropSourceNotifyVtbl,
}
Fields§
§lpVtbl: *mut IDropSourceNotifyVtbl
Trait Implementations§
Source§impl Clone for IDropSourceNotify
impl Clone for IDropSourceNotify
Source§fn clone(&self) -> IDropSourceNotify
fn clone(&self) -> IDropSourceNotify
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 IDropSourceNotify
impl Debug for IDropSourceNotify
Source§impl Ord for IDropSourceNotify
impl Ord for IDropSourceNotify
Source§fn cmp(&self, other: &IDropSourceNotify) -> Ordering
fn cmp(&self, other: &IDropSourceNotify) -> 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 IDropSourceNotify
impl PartialEq for IDropSourceNotify
Source§impl PartialOrd for IDropSourceNotify
impl PartialOrd for IDropSourceNotify
impl Copy for IDropSourceNotify
impl Eq for IDropSourceNotify
impl StructuralPartialEq 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