windows::Win32::System::Com

Trait IForegroundTransfer_Impl

pub trait IForegroundTransfer_Impl: IUnknownImpl {
    // Required method
    fn AllowForegroundTransfer(&self, lpvreserved: *const c_void) -> Result<()>;
}

Required Methods§

fn AllowForegroundTransfer(&self, lpvreserved: *const c_void) -> 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§