Struct IDropSource_Vtbl
#[repr(C)]pub struct IDropSource_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryContinueDrag: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MODIFIERKEYS_FLAGS) -> HRESULT,
pub GiveFeedback: unsafe extern "system" fn(_: *mut c_void, _: DROPEFFECT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryContinueDrag: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MODIFIERKEYS_FLAGS) -> HRESULT
§GiveFeedback: unsafe extern "system" fn(_: *mut c_void, _: DROPEFFECT) -> HRESULT
Implementations§
§impl IDropSource_Vtbl
impl IDropSource_Vtbl
pub const fn new<Identity: IDropSource_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDropSource_Vtbl
impl RefUnwindSafe for IDropSource_Vtbl
impl Send for IDropSource_Vtbl
impl Sync for IDropSource_Vtbl
impl Unpin for IDropSource_Vtbl
impl UnwindSafe for IDropSource_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