pub struct AsyncIAdviseSink2(/* private fields */);Implementations§
Source§impl AsyncIAdviseSink2
impl AsyncIAdviseSink2
pub unsafe fn Begin_OnDataChange( &self, pformatetc: *mut FORMATETC, pstgmed: *mut STGMEDIUM, )
pub unsafe fn Finish_OnDataChange(&self)
pub unsafe fn Begin_OnViewChange(&self, dwaspect: u32, lindex: i32)
pub unsafe fn Finish_OnViewChange(&self)
pub unsafe fn Begin_OnRename<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmk: T0__, )
pub unsafe fn Finish_OnRename(&self)
pub unsafe fn Begin_OnSave(&self)
pub unsafe fn Finish_OnSave(&self)
pub unsafe fn Begin_OnClose(&self)
pub unsafe fn Finish_OnClose(&self)
pub unsafe fn Begin_OnLinkSrcChange<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmk: T0__, )
pub unsafe fn Finish_OnLinkSrcChange(&self)
Trait Implementations§
Source§impl Clone for AsyncIAdviseSink2
impl Clone for AsyncIAdviseSink2
Source§fn clone(&self) -> AsyncIAdviseSink2
fn clone(&self) -> AsyncIAdviseSink2
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 AsyncIAdviseSink2
impl Debug for AsyncIAdviseSink2
Source§impl From<&AsyncIAdviseSink2> for AsyncIAdviseSink
impl From<&AsyncIAdviseSink2> for AsyncIAdviseSink
Source§fn from(value: &AsyncIAdviseSink2) -> Self
fn from(value: &AsyncIAdviseSink2) -> Self
Converts to this type from the input type.
Source§impl From<&AsyncIAdviseSink2> for IUnknown
impl From<&AsyncIAdviseSink2> for IUnknown
Source§fn from(value: &AsyncIAdviseSink2) -> Self
fn from(value: &AsyncIAdviseSink2) -> Self
Converts to this type from the input type.
Source§impl From<AsyncIAdviseSink2> for AsyncIAdviseSink
impl From<AsyncIAdviseSink2> for AsyncIAdviseSink
Source§fn from(value: AsyncIAdviseSink2) -> Self
fn from(value: AsyncIAdviseSink2) -> Self
Converts to this type from the input type.
Source§impl From<AsyncIAdviseSink2> for IUnknown
impl From<AsyncIAdviseSink2> for IUnknown
Source§fn from(value: AsyncIAdviseSink2) -> Self
fn from(value: AsyncIAdviseSink2) -> Self
Converts to this type from the input type.
Source§impl Interface for AsyncIAdviseSink2
impl Interface for AsyncIAdviseSink2
const IID: Guid
type Vtable = AsyncIAdviseSink2_abi
Source§impl<'a> IntoParam<'a, AsyncIAdviseSink> for &'a AsyncIAdviseSink2
impl<'a> IntoParam<'a, AsyncIAdviseSink> for &'a AsyncIAdviseSink2
fn into_param(self) -> Param<'a, AsyncIAdviseSink>
Source§impl<'a> IntoParam<'a, AsyncIAdviseSink> for AsyncIAdviseSink2
impl<'a> IntoParam<'a, AsyncIAdviseSink> for AsyncIAdviseSink2
fn into_param(self) -> Param<'a, AsyncIAdviseSink>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a AsyncIAdviseSink2
impl<'a> IntoParam<'a, IUnknown> for &'a AsyncIAdviseSink2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for AsyncIAdviseSink2
impl<'a> IntoParam<'a, IUnknown> for AsyncIAdviseSink2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for AsyncIAdviseSink2
impl PartialEq for AsyncIAdviseSink2
impl Eq for AsyncIAdviseSink2
impl StructuralPartialEq for AsyncIAdviseSink2
Auto Trait Implementations§
impl Freeze for AsyncIAdviseSink2
impl RefUnwindSafe for AsyncIAdviseSink2
impl !Send for AsyncIAdviseSink2
impl !Sync for AsyncIAdviseSink2
impl Unpin for AsyncIAdviseSink2
impl UnwindSafe for AsyncIAdviseSink2
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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