#[repr(C)]pub struct ISpPhraseAltVtbl {
pub parent: ISpPhraseVtbl,
pub GetAltInfo: unsafe extern "system" fn(This: *mut ISpPhraseAlt, pParent: *mut *mut ISpPhrase, pulStartElementInParent: *mut ULONG, pcElementsInParent: *mut ULONG, pcElementsInAlt: *mut ULONG) -> HRESULT,
pub Commit: unsafe extern "system" fn(This: *mut ISpPhraseAlt) -> HRESULT,
}
Fields§
§parent: ISpPhraseVtbl
§GetAltInfo: unsafe extern "system" fn(This: *mut ISpPhraseAlt, pParent: *mut *mut ISpPhrase, pulStartElementInParent: *mut ULONG, pcElementsInParent: *mut ULONG, pcElementsInAlt: *mut ULONG) -> HRESULT
§Commit: unsafe extern "system" fn(This: *mut ISpPhraseAlt) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpPhraseAltVtbl
impl RefUnwindSafe for ISpPhraseAltVtbl
impl Send for ISpPhraseAltVtbl
impl Sync for ISpPhraseAltVtbl
impl Unpin for ISpPhraseAltVtbl
impl UnwindSafe for ISpPhraseAltVtbl
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