pub struct IDropSourceNotify(/* private fields */);Trait Implementations§
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