Struct IUIAutomationDropTargetPattern_Vtbl
#[repr(C)]pub struct IUIAutomationDropTargetPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub CurrentDropTargetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedDropTargetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentDropTargetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CachedDropTargetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CurrentDropTargetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedDropTargetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentDropTargetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§CachedDropTargetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl IUIAutomationDropTargetPattern_Vtbl
impl IUIAutomationDropTargetPattern_Vtbl
pub const fn new<Identity: IUIAutomationDropTargetPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationDropTargetPattern_Vtbl
impl RefUnwindSafe for IUIAutomationDropTargetPattern_Vtbl
impl Send for IUIAutomationDropTargetPattern_Vtbl
impl Sync for IUIAutomationDropTargetPattern_Vtbl
impl Unpin for IUIAutomationDropTargetPattern_Vtbl
impl UnwindSafe for IUIAutomationDropTargetPattern_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