windows::Win32::UI::Shell

Trait IDragSourceHelper2_Impl

pub trait IDragSourceHelper2_Impl: IDragSourceHelper_Impl {
    // Required method
    fn SetFlags(&self, dwflags: u32) -> Result<()>;
}

Required Methods§

fn SetFlags(&self, dwflags: u32) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§