#[repr(C)]pub struct ITypeComp {
pub lpVtbl: *mut ITypeCompVtbl,
}Fields§
§lpVtbl: *mut ITypeCompVtblTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ITypeComp
impl !Send for ITypeComp
impl !Sync for ITypeComp
impl Unpin for ITypeComp
impl UnwindSafe for ITypeComp
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