#[repr(C)]pub struct IDispatch {
pub lpVtbl: *mut IDispatchVtbl,
}
Fields§
§lpVtbl: *mut IDispatchVtbl
Trait Implementations§
Source§impl Ord for IDispatch
impl Ord for IDispatch
Source§impl PartialOrd for IDispatch
impl PartialOrd for IDispatch
impl Copy for IDispatch
impl Eq for IDispatch
impl StructuralPartialEq for IDispatch
Auto Trait Implementations§
impl Freeze for IDispatch
impl RefUnwindSafe for IDispatch
impl !Send for IDispatch
impl !Sync for IDispatch
impl Unpin for IDispatch
impl UnwindSafe for IDispatch
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