Struct IDragSourceHelper_Vtbl
#[repr(C)]pub struct IDragSourceHelper_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub InitializeFromBitmap: unsafe extern "system" fn(_: *mut c_void, _: *const SHDRAGIMAGE, _: *mut c_void) -> HRESULT,
    pub InitializeFromWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const POINT, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§InitializeFromBitmap: unsafe extern "system" fn(_: *mut c_void, _: *const SHDRAGIMAGE, _: *mut c_void) -> HRESULT§InitializeFromWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const POINT, _: *mut c_void) -> HRESULTImplementations§
§impl IDragSourceHelper_Vtbl
 
impl IDragSourceHelper_Vtbl
pub const fn new<Identity: IDragSourceHelper_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDragSourceHelper_Vtbl
impl RefUnwindSafe for IDragSourceHelper_Vtbl
impl Send for IDragSourceHelper_Vtbl
impl Sync for IDragSourceHelper_Vtbl
impl Unpin for IDragSourceHelper_Vtbl
impl UnwindSafe for IDragSourceHelper_Vtbl
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