pub struct IUIAutomationDropTargetPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationDropTargetPattern
impl IUIAutomationDropTargetPattern
pub unsafe fn get_CurrentDropTargetEffect(&self) -> Result<BSTR>
pub unsafe fn get_CachedDropTargetEffect(&self) -> Result<BSTR>
pub unsafe fn get_CurrentDropTargetEffects(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn get_CachedDropTargetEffects(&self) -> Result<*mut SAFEARRAY>
Trait Implementations§
Source§impl Clone for IUIAutomationDropTargetPattern
impl Clone for IUIAutomationDropTargetPattern
Source§fn clone(&self) -> IUIAutomationDropTargetPattern
fn clone(&self) -> IUIAutomationDropTargetPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&IUIAutomationDropTargetPattern> for IUnknown
impl From<&IUIAutomationDropTargetPattern> for IUnknown
Source§fn from(value: &IUIAutomationDropTargetPattern) -> Self
fn from(value: &IUIAutomationDropTargetPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationDropTargetPattern> for IUnknown
impl From<IUIAutomationDropTargetPattern> for IUnknown
Source§fn from(value: IUIAutomationDropTargetPattern) -> Self
fn from(value: IUIAutomationDropTargetPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationDropTargetPattern
impl Interface for IUIAutomationDropTargetPattern
Source§impl PartialEq for IUIAutomationDropTargetPattern
impl PartialEq for IUIAutomationDropTargetPattern
Source§fn eq(&self, other: &IUIAutomationDropTargetPattern) -> bool
fn eq(&self, other: &IUIAutomationDropTargetPattern) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationDropTargetPattern
impl StructuralPartialEq for IUIAutomationDropTargetPattern
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