Struct makepad_widgets::shader::std::os::windows::dropsource::DropSource
pub struct DropSource {}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 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 From<DropSource> for IUnknown
impl From<DropSource> for IUnknown
§fn from(this: DropSource) -> IUnknown
fn from(this: DropSource) -> IUnknown
Converts to this type from the input type.
§impl IDropSource_Impl for DropSource
impl IDropSource_Impl for DropSource
fn QueryContinueDrag(&self, _: BOOL, grfkeystate: MODIFIERKEYS_FLAGS) -> HRESULT
fn GiveFeedback(&self, _: DROPEFFECT) -> HRESULT
Auto Trait Implementations§
impl RefUnwindSafe for DropSource
impl Send for DropSource
impl Sync for DropSource
impl Unpin for DropSource
impl UnwindSafe for DropSource
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