Trait IDirectMusicInstrument_Impl
pub trait IDirectMusicInstrument_Impl: IUnknownImpl {
// Required methods
fn GetPatch(&self, pdwpatch: *mut u32) -> Result<()>;
fn SetPatch(&self, dwpatch: u32) -> Result<()>;
}
Required Methods§
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.