Trait IAudioOutputSelector_Impl
pub trait IAudioOutputSelector_Impl: IUnknownImpl {
// Required methods
fn GetSelection(&self) -> Result<u32>;
fn SetSelection(
&self,
nidselect: u32,
pguideventcontext: *const GUID,
) -> Result<()>;
}
Required Methods§
fn GetSelection(&self) -> Result<u32>
fn SetSelection( &self, nidselect: u32, pguideventcontext: *const GUID, ) -> 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.