Struct makepad_widgets::shader::std::windows::Win32::System::Ole::IDropSource
#[repr(transparent)]pub struct IDropSource(/* private fields */);Implementations§
§impl IDropSource
impl IDropSource
pub unsafe fn QueryContinueDrag<P0>(
&self,
fescapepressed: P0,
grfkeystate: MODIFIERKEYS_FLAGS
) -> HRESULTwhere
P0: IntoParam<BOOL, <BOOL as TypeKind>::TypeKind>,
pub unsafe fn QueryContinueDrag<P0>( &self, fescapepressed: P0, grfkeystate: MODIFIERKEYS_FLAGS ) -> HRESULTwhere P0: IntoParam<BOOL, <BOOL as TypeKind>::TypeKind>,
Required features: "Win32_Foundation", "Win32_System_SystemServices"
pub unsafe fn GiveFeedback(&self, dweffect: DROPEFFECT) -> HRESULT
Trait Implementations§
§impl AsImpl<DropSource> for IDropSource
impl AsImpl<DropSource> for IDropSource
§unsafe fn as_impl(&self) -> &DropSource
unsafe fn as_impl(&self) -> &DropSource
Safety Read more
§impl Clone for IDropSource
impl Clone for IDropSource
§fn clone(&self) -> IDropSource
fn clone(&self) -> IDropSource
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 more§impl ComInterface for IDropSource
impl ComInterface for IDropSource
fn as_unknown(&self) -> &IUnknown
§impl Debug for IDropSource
impl Debug for IDropSource
§impl From<DropSource> for IDropSource
impl From<DropSource> for IDropSource
§fn from(this: DropSource) -> IDropSource
fn from(this: DropSource) -> IDropSource
Converts to this type from the input type.
§impl Interface for IDropSource
impl Interface for IDropSource
type Vtable = IDropSource_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§impl PartialEq<IDropSource> for IDropSource
impl PartialEq<IDropSource> for IDropSource
§fn eq(&self, other: &IDropSource) -> bool
fn eq(&self, other: &IDropSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IDropSource
Auto Trait Implementations§
impl RefUnwindSafe for IDropSource
impl !Send for IDropSource
impl !Sync for IDropSource
impl Unpin for IDropSource
impl UnwindSafe for IDropSource
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