#[repr(C)]pub struct ISpPhraseAlt {
pub lpVtbl: *const ISpPhraseAltVtbl,
}
Fields§
§lpVtbl: *const ISpPhraseAltVtbl
Implementations§
Methods from Deref<Target = 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§
Source§impl Deref for ISpPhraseAlt
impl Deref for ISpPhraseAlt
Auto Trait Implementations§
impl Freeze for ISpPhraseAlt
impl RefUnwindSafe for ISpPhraseAlt
impl !Send for ISpPhraseAlt
impl !Sync for ISpPhraseAlt
impl Unpin for ISpPhraseAlt
impl UnwindSafe for ISpPhraseAlt
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