#[repr(C)]pub struct ISpPhoneticAlphabetSelection {
pub lpVtbl: *const ISpPhoneticAlphabetSelectionVtbl,
}
Fields§
§lpVtbl: *const ISpPhoneticAlphabetSelectionVtbl
Implementations§
Source§impl ISpPhoneticAlphabetSelection
impl ISpPhoneticAlphabetSelection
pub unsafe fn IsAlphabetUPS(&self, pfIsUPS: *mut BOOL) -> HRESULT
pub unsafe fn SetAlphabetToUPS(&self, fForceUPS: BOOL) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpPhoneticAlphabetSelection
impl Deref for ISpPhoneticAlphabetSelection
Auto Trait Implementations§
impl Freeze for ISpPhoneticAlphabetSelection
impl RefUnwindSafe for ISpPhoneticAlphabetSelection
impl !Send for ISpPhoneticAlphabetSelection
impl !Sync for ISpPhoneticAlphabetSelection
impl Unpin for ISpPhoneticAlphabetSelection
impl UnwindSafe for ISpPhoneticAlphabetSelection
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