Trait IWMStreamConfig3_Impl
pub trait IWMStreamConfig3_Impl: IWMStreamConfig2_Impl {
// Required methods
fn GetLanguage(
&self,
pwszlanguagestring: PWSTR,
pcchlanguagestringlength: *mut u16,
) -> Result<()>;
fn SetLanguage(&self, pwszlanguagestring: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetLanguage( &self, pwszlanguagestring: PWSTR, pcchlanguagestringlength: *mut u16, ) -> Result<()>
fn SetLanguage(&self, pwszlanguagestring: &PCWSTR) -> 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.