pub struct AsyncIAdviseSink(/* private fields */);Implementations§
Source§impl AsyncIAdviseSink
impl AsyncIAdviseSink
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)
Trait 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
Source§impl From<&AsyncIAdviseSink> for IUnknown
impl From<&AsyncIAdviseSink> for IUnknown
Source§fn from(value: &AsyncIAdviseSink) -> Self
fn from(value: &AsyncIAdviseSink) -> 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<AsyncIAdviseSink> for IUnknown
impl From<AsyncIAdviseSink> for IUnknown
Source§fn from(value: AsyncIAdviseSink) -> Self
fn from(value: AsyncIAdviseSink) -> 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 Interface for AsyncIAdviseSink
impl Interface for AsyncIAdviseSink
const IID: Guid
type Vtable = AsyncIAdviseSink_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 AsyncIAdviseSink
impl<'a> IntoParam<'a, IUnknown> for &'a AsyncIAdviseSink
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for AsyncIAdviseSink
impl<'a> IntoParam<'a, IUnknown> for AsyncIAdviseSink
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for AsyncIAdviseSink
impl PartialEq for AsyncIAdviseSink
impl Eq for AsyncIAdviseSink
impl StructuralPartialEq 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> 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