Trait ISpPhraseAlt_Impl
pub trait ISpPhraseAlt_Impl: ISpPhrase_Impl {
// Required methods
fn GetAltInfo(
&self,
ppparent: OutRef<'_, ISpPhrase>,
pulstartelementinparent: *mut u32,
pcelementsinparent: *mut u32,
pcelementsinalt: *mut u32,
) -> Result<()>;
fn Commit(&self) -> Result<()>;
}
Required Methods§
fn GetAltInfo( &self, ppparent: OutRef<'_, ISpPhrase>, pulstartelementinparent: *mut u32, pcelementsinparent: *mut u32, pcelementsinalt: *mut u32, ) -> Result<()>
fn Commit(&self) -> 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.