#[repr(C)]pub struct IVariantChangeType {
pub lpVtbl: *const IVariantChangeTypeVtbl,
}
Fields§
§lpVtbl: *const IVariantChangeTypeVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IVariantChangeType
impl Deref for IVariantChangeType
Auto Trait Implementations§
impl Freeze for IVariantChangeType
impl RefUnwindSafe for IVariantChangeType
impl !Send for IVariantChangeType
impl !Sync for IVariantChangeType
impl Unpin for IVariantChangeType
impl UnwindSafe for IVariantChangeType
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