IMMulticontextExt

Trait IMMulticontextExt 

Source
pub trait IMMulticontextExt: IsA<IMMulticontext> + 'static {
    // Provided methods
    fn context_id(&self) -> GString { ... }
    fn set_context_id(&self, context_id: Option<&str>) { ... }
}

Provided Methods§

Source

fn context_id(&self) -> GString

Source

fn set_context_id(&self, context_id: Option<&str>)

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§