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