#[repr(C)]pub struct ICoreDragOperation2_Vtbl {
pub base__: IInspectable_Vtbl,
pub AllowedOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut DataPackageOperation) -> HRESULT,
pub SetAllowedOperations: unsafe extern "system" fn(_: *mut c_void, _: DataPackageOperation) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AllowedOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut DataPackageOperation) -> HRESULT
§SetAllowedOperations: unsafe extern "system" fn(_: *mut c_void, _: DataPackageOperation) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreDragOperation2_Vtbl
impl RefUnwindSafe for ICoreDragOperation2_Vtbl
impl Send for ICoreDragOperation2_Vtbl
impl Sync for ICoreDragOperation2_Vtbl
impl Unpin for ICoreDragOperation2_Vtbl
impl UnwindSafe for ICoreDragOperation2_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