#[repr(C)]pub struct IClassActivator {
pub lpVtbl: *mut IClassActivatorVtbl,
}
Fields§
§lpVtbl: *mut IClassActivatorVtbl
Trait Implementations§
Source§impl Clone for IClassActivator
impl Clone for IClassActivator
Source§fn clone(&self) -> IClassActivator
fn clone(&self) -> IClassActivator
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 IClassActivator
impl Debug for IClassActivator
Source§impl Ord for IClassActivator
impl Ord for IClassActivator
Source§fn cmp(&self, other: &IClassActivator) -> Ordering
fn cmp(&self, other: &IClassActivator) -> 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 IClassActivator
impl PartialEq for IClassActivator
Source§impl PartialOrd for IClassActivator
impl PartialOrd for IClassActivator
impl Copy for IClassActivator
impl Eq for IClassActivator
impl StructuralPartialEq for IClassActivator
Auto Trait Implementations§
impl Freeze for IClassActivator
impl RefUnwindSafe for IClassActivator
impl !Send for IClassActivator
impl !Sync for IClassActivator
impl Unpin for IClassActivator
impl UnwindSafe for IClassActivator
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