#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ITypeChangeEvents
Auto Trait Implementations§
impl !Send for ITypeChangeEvents
impl !Sync for ITypeChangeEvents
impl Freeze for ITypeChangeEvents
impl RefUnwindSafe for ITypeChangeEvents
impl Unpin for ITypeChangeEvents
impl UnsafeUnpin 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