#[repr(C)]pub struct ISpeechTextSelectionInformation {
pub lpVtbl: *const ISpeechTextSelectionInformationVtbl,
}
Fields§
§lpVtbl: *const ISpeechTextSelectionInformationVtbl
Implementations§
Source§impl ISpeechTextSelectionInformation
impl ISpeechTextSelectionInformation
pub unsafe fn put_ActiveOffset(&self, ActiveOffset: c_long) -> HRESULT
pub unsafe fn get_ActiveOffset(&self, ActiveOffset: *mut c_long) -> HRESULT
pub unsafe fn put_ActiveLength(&self, ActiveLength: c_long) -> HRESULT
pub unsafe fn get_ActiveLength(&self, ActiveLength: *mut c_long) -> HRESULT
pub unsafe fn put_SelectionOffset(&self, SelectionOffset: c_long) -> HRESULT
pub unsafe fn get_SelectionOffset( &self, SelectionOffset: *mut c_long, ) -> HRESULT
pub unsafe fn put_SelectionLength(&self, SelectionLength: c_long) -> HRESULT
pub unsafe fn get_SelectionLength( &self, SelectionLength: *mut c_long, ) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ISpeechTextSelectionInformation
impl RefUnwindSafe for ISpeechTextSelectionInformation
impl !Send for ISpeechTextSelectionInformation
impl !Sync for ISpeechTextSelectionInformation
impl Unpin for ISpeechTextSelectionInformation
impl UnwindSafe for ISpeechTextSelectionInformation
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