#[repr(C)]pub struct IAdviseSink {
pub lpVtbl: *mut IAdviseSinkVtbl,
}
Fields§
§lpVtbl: *mut IAdviseSinkVtbl
Trait Implementations§
Source§impl Clone for IAdviseSink
impl Clone for IAdviseSink
Source§fn clone(&self) -> IAdviseSink
fn clone(&self) -> IAdviseSink
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 IAdviseSink
impl Debug for IAdviseSink
Source§impl Ord for IAdviseSink
impl Ord for IAdviseSink
Source§fn cmp(&self, other: &IAdviseSink) -> Ordering
fn cmp(&self, other: &IAdviseSink) -> 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 IAdviseSink
impl PartialEq for IAdviseSink
Source§impl PartialOrd for IAdviseSink
impl PartialOrd for IAdviseSink
impl Copy for IAdviseSink
impl Eq for IAdviseSink
impl StructuralPartialEq 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