#[repr(C)]pub struct ISpeechTextSelectionInformationVtbl {
pub parent: IDispatchVtbl,
pub put_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: c_long) -> HRESULT,
pub get_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: *mut c_long) -> HRESULT,
pub put_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: c_long) -> HRESULT,
pub get_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: *mut c_long) -> HRESULT,
pub put_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: c_long) -> HRESULT,
pub get_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: *mut c_long) -> HRESULT,
pub put_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: c_long) -> HRESULT,
pub get_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: *mut c_long) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§put_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: c_long) -> HRESULT
§get_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: *mut c_long) -> HRESULT
§put_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: c_long) -> HRESULT
§get_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: *mut c_long) -> HRESULT
§put_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: c_long) -> HRESULT
§get_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: *mut c_long) -> HRESULT
§put_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: c_long) -> HRESULT
§get_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: *mut c_long) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechTextSelectionInformationVtbl
impl RefUnwindSafe for ISpeechTextSelectionInformationVtbl
impl Send for ISpeechTextSelectionInformationVtbl
impl Sync for ISpeechTextSelectionInformationVtbl
impl Unpin for ISpeechTextSelectionInformationVtbl
impl UnwindSafe for ISpeechTextSelectionInformationVtbl
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