#[repr(C)]pub struct ITypeChangeEvents {
pub lpVtbl: *mut ITypeChangeEventsVtbl,
}Fields§
§lpVtbl: *mut ITypeChangeEventsVtblTrait Implementations§
Source§impl Clone for ITypeChangeEvents
impl Clone for ITypeChangeEvents
Source§fn clone(&self) -> ITypeChangeEvents
fn clone(&self) -> ITypeChangeEvents
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 ITypeChangeEvents
impl Debug for ITypeChangeEvents
impl Copy for ITypeChangeEvents
Auto Trait Implementations§
impl Freeze for ITypeChangeEvents
impl RefUnwindSafe for ITypeChangeEvents
impl !Send for ITypeChangeEvents
impl !Sync for ITypeChangeEvents
impl Unpin for ITypeChangeEvents
impl UnwindSafe for ITypeChangeEvents
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