Struct IUIAutomationDragPattern_Vtbl
#[repr(C)]pub struct IUIAutomationDragPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub CurrentIsGrabbed: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedIsGrabbed: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentDropEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedDropEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentDropEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CachedDropEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub GetCurrentGrabbedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCachedGrabbedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CurrentIsGrabbed: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedIsGrabbed: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentDropEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedDropEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentDropEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§CachedDropEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§GetCurrentGrabbedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCachedGrabbedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationDragPattern_Vtbl
impl IUIAutomationDragPattern_Vtbl
pub const fn new<Identity: IUIAutomationDragPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationDragPattern_Vtbl
impl RefUnwindSafe for IUIAutomationDragPattern_Vtbl
impl Send for IUIAutomationDragPattern_Vtbl
impl Sync for IUIAutomationDragPattern_Vtbl
impl Unpin for IUIAutomationDragPattern_Vtbl
impl UnwindSafe for IUIAutomationDragPattern_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