Trait IWMProfileManagerLanguage_Impl
pub trait IWMProfileManagerLanguage_Impl: IUnknownImpl {
// Required methods
fn GetUserLanguageID(&self, wlangid: *mut u16) -> Result<()>;
fn SetUserLanguageID(&self, wlangid: u16) -> Result<()>;
}
Required Methods§
fn GetUserLanguageID(&self, wlangid: *mut u16) -> Result<()>
fn SetUserLanguageID(&self, wlangid: u16) -> 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.