#[repr(C)]pub struct ISpDisplayAlternatesVtbl {
pub parent: IUnknownVtbl,
pub GetDisplayAlternates: unsafe extern "system" fn(This: *mut ISpDisplayAlternates, pPhrase: *const SPDISPLAYPHRASE, cRequestCount: ULONG, ppCoMemPhrases: *mut *mut SPDISPLAYPHRASE, pcPhrasesReturned: *mut ULONG) -> HRESULT,
pub SetFullStopTrailSpace: unsafe extern "system" fn(This: *mut ISpDisplayAlternates, ulTrailSpace: ULONG) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§GetDisplayAlternates: unsafe extern "system" fn(This: *mut ISpDisplayAlternates, pPhrase: *const SPDISPLAYPHRASE, cRequestCount: ULONG, ppCoMemPhrases: *mut *mut SPDISPLAYPHRASE, pcPhrasesReturned: *mut ULONG) -> HRESULT
§SetFullStopTrailSpace: unsafe extern "system" fn(This: *mut ISpDisplayAlternates, ulTrailSpace: ULONG) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpDisplayAlternatesVtbl
impl RefUnwindSafe for ISpDisplayAlternatesVtbl
impl Send for ISpDisplayAlternatesVtbl
impl Sync for ISpDisplayAlternatesVtbl
impl Unpin for ISpDisplayAlternatesVtbl
impl UnwindSafe for ISpDisplayAlternatesVtbl
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