Trait INetConnectionConnectUi_Impl
pub trait INetConnectionConnectUi_Impl: IUnknownImpl {
// Required methods
fn SetConnection(&self, pcon: Ref<'_, INetConnection>) -> Result<()>;
fn Connect(&self, hwndparent: HWND, dwflags: u32) -> Result<()>;
fn Disconnect(&self, hwndparent: HWND, dwflags: u32) -> Result<()>;
}
Required Methods§
fn SetConnection(&self, pcon: Ref<'_, INetConnection>) -> Result<()>
fn Connect(&self, hwndparent: HWND, dwflags: u32) -> Result<()>
fn Disconnect(&self, hwndparent: HWND, 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.