#[repr(C)]pub struct AsyncIAdviseSink {
pub lpVtbl: *mut AsyncIAdviseSinkVtbl,
}
Fields§
§lpVtbl: *mut AsyncIAdviseSinkVtbl
Trait Implementations§
Source§impl Clone for AsyncIAdviseSink
impl Clone for AsyncIAdviseSink
Source§fn clone(&self) -> AsyncIAdviseSink
fn clone(&self) -> AsyncIAdviseSink
Returns a copy 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 Ord for AsyncIAdviseSink
impl Ord for AsyncIAdviseSink
Source§fn cmp(&self, other: &AsyncIAdviseSink) -> Ordering
fn cmp(&self, other: &AsyncIAdviseSink) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AsyncIAdviseSink
impl PartialEq for AsyncIAdviseSink
Source§impl PartialOrd for AsyncIAdviseSink
impl PartialOrd for AsyncIAdviseSink
impl Copy 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> 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