Trait ISpPhrase2_Impl
pub trait ISpPhrase2_Impl: ISpPhrase_Impl {
// Required methods
fn GetXMLResult(
&self,
ppszcomemxmlresult: *mut PWSTR,
options: SPXMLRESULTOPTIONS,
) -> Result<()>;
fn GetXMLErrorInfo(
&self,
psemanticerrorinfo: *mut SPSEMANTICERRORINFO,
) -> Result<()>;
fn GetAudio(
&self,
ulstartelement: u32,
celements: u32,
) -> Result<ISpStreamFormat>;
}
Required Methods§
fn GetXMLResult( &self, ppszcomemxmlresult: *mut PWSTR, options: SPXMLRESULTOPTIONS, ) -> Result<()>
fn GetXMLErrorInfo( &self, psemanticerrorinfo: *mut SPSEMANTICERRORINFO, ) -> Result<()>
fn GetAudio( &self, ulstartelement: u32, celements: u32, ) -> Result<ISpStreamFormat>
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.