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