#[repr(C)]pub struct ICoreDragOperation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPointerId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetDragUIContentFromSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetDragUIContentFromSoftwareBitmapWithAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Point) -> HRESULT,
pub DragUIContentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreDragUIContentMode) -> HRESULT,
pub SetDragUIContentMode: unsafe extern "system" fn(_: *mut c_void, _: CoreDragUIContentMode) -> HRESULT,
pub StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPointerId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetDragUIContentFromSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetDragUIContentFromSoftwareBitmapWithAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Point) -> HRESULT
§DragUIContentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreDragUIContentMode) -> HRESULT
§SetDragUIContentMode: unsafe extern "system" fn(_: *mut c_void, _: CoreDragUIContentMode) -> HRESULT
§StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreDragOperation_Vtbl
impl RefUnwindSafe for ICoreDragOperation_Vtbl
impl Send for ICoreDragOperation_Vtbl
impl Sync for ICoreDragOperation_Vtbl
impl Unpin for ICoreDragOperation_Vtbl
impl UnwindSafe for ICoreDragOperation_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