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