Struct vc6_sys::IXMLElementNotificationSink
source · #[repr(C)]pub struct IXMLElementNotificationSink {
pub lpVtbl: *mut IXMLElementNotificationSinkVtbl,
}Fields§
§lpVtbl: *mut IXMLElementNotificationSinkVtblTrait Implementations§
source§impl Clone for IXMLElementNotificationSink
impl Clone for IXMLElementNotificationSink
source§fn clone(&self) -> IXMLElementNotificationSink
fn clone(&self) -> IXMLElementNotificationSink
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 IXMLElementNotificationSink
impl Debug for IXMLElementNotificationSink
impl Copy for IXMLElementNotificationSink
Auto Trait Implementations§
impl RefUnwindSafe for IXMLElementNotificationSink
impl !Send for IXMLElementNotificationSink
impl !Sync for IXMLElementNotificationSink
impl Unpin for IXMLElementNotificationSink
impl UnwindSafe for IXMLElementNotificationSink
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