[][src]Struct winapi::um::sapi51::ISpeechTextSelectionInformationVtbl

#[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: IDispatchVtblput_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: c_long) -> HRESULTget_ActiveOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveOffset: *mut c_long) -> HRESULTput_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: c_long) -> HRESULTget_ActiveLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, ActiveLength: *mut c_long) -> HRESULTput_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: c_long) -> HRESULTget_SelectionOffset: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionOffset: *mut c_long) -> HRESULTput_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: c_long) -> HRESULTget_SelectionLength: unsafe extern "system" fn(This: *mut ISpeechTextSelectionInformation, SelectionLength: *mut c_long) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]