Trait IPhraseSink_Impl
pub trait IPhraseSink_Impl: IUnknownImpl {
// Required methods
fn PutSmallPhrase(
&self,
pwcnoun: &PCWSTR,
cwcnoun: u32,
pwcmodifier: &PCWSTR,
cwcmodifier: u32,
ulattachmenttype: u32,
) -> Result<()>;
fn PutPhrase(&self, pwcphrase: &PCWSTR, cwcphrase: u32) -> Result<()>;
}
Required Methods§
fn PutSmallPhrase( &self, pwcnoun: &PCWSTR, cwcnoun: u32, pwcmodifier: &PCWSTR, cwcmodifier: u32, ulattachmenttype: u32, ) -> Result<()>
fn PutPhrase(&self, pwcphrase: &PCWSTR, cwcphrase: u32) -> 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.