Trait ITuneRequest_Impl
pub trait ITuneRequest_Impl: IDispatch_Impl {
// Required methods
fn TuningSpace(&self) -> Result<ITuningSpace>;
fn Components(&self) -> Result<IComponents>;
fn Clone(&self) -> Result<ITuneRequest>;
fn Locator(&self) -> Result<ILocator>;
fn SetLocator(&self, locator: Ref<'_, ILocator>) -> Result<()>;
}
Required Methods§
fn TuningSpace(&self) -> Result<ITuningSpace>
fn Components(&self) -> Result<IComponents>
fn Clone(&self) -> Result<ITuneRequest>
fn Locator(&self) -> Result<ILocator>
fn SetLocator(&self, locator: Ref<'_, ILocator>) -> 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.