#[repr(C)]pub struct IUIAutomationDropTargetPattern {
pub lpVtbl: *const IUIAutomationDropTargetPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationDropTargetPatternVtbl
Implementations§
Source§impl IUIAutomationDropTargetPattern
impl IUIAutomationDropTargetPattern
pub unsafe fn get_CurrentDropTargetEffect(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CachedDropTargetEffect(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CurrentDropTargetEffects( &self, retVal: *mut *mut SAFEARRAY, ) -> HRESULT
pub unsafe fn get_CachedDropTargetEffects( &self, retVal: *mut *mut SAFEARRAY, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationDropTargetPattern
impl RefUnwindSafe for IUIAutomationDropTargetPattern
impl !Send for IUIAutomationDropTargetPattern
impl !Sync for IUIAutomationDropTargetPattern
impl Unpin for IUIAutomationDropTargetPattern
impl UnwindSafe for IUIAutomationDropTargetPattern
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