#[repr(C)]pub struct ISpPhrase {
pub lpVtbl: *const ISpPhraseVtbl,
}
Fields§
§lpVtbl: *const ISpPhraseVtbl
Implementations§
Source§impl ISpPhrase
impl ISpPhrase
pub unsafe fn GetPhrase(&self, ppCoMemPhrase: *mut *mut SPPHRASE) -> HRESULT
pub unsafe fn GetSerializedPhrase( &self, ppCoMemPhrase: *mut *mut SPSERIALIZEDPHRASE, ) -> HRESULT
pub unsafe fn GetText( &self, ulStart: ULONG, ulCount: ULONG, fUseTextReplacements: BOOL, ppszCoMemText: *mut LPWSTR, pbDisplayAttributes: *mut BYTE, ) -> HRESULT
pub unsafe fn Discard(&self, dwValueTypes: DWORD) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ISpPhrase
impl RefUnwindSafe for ISpPhrase
impl !Send for ISpPhrase
impl !Sync for ISpPhrase
impl Unpin for ISpPhrase
impl UnwindSafe for ISpPhrase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more