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