Struct ISpeechTextSelectionInformation_Vtbl
#[repr(C)]pub struct ISpeechTextSelectionInformation_Vtbl {
pub base__: IDispatch_Vtbl,
pub SetActiveOffset: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ActiveOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetActiveLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ActiveLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSelectionOffset: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SelectionOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSelectionLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SelectionLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SetActiveOffset: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ActiveOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetActiveLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ActiveLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSelectionOffset: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SelectionOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSelectionLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SelectionLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ISpeechTextSelectionInformation_Vtbl
impl ISpeechTextSelectionInformation_Vtbl
pub const fn new<Identity: ISpeechTextSelectionInformation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechTextSelectionInformation_Vtbl
impl RefUnwindSafe for ISpeechTextSelectionInformation_Vtbl
impl Send for ISpeechTextSelectionInformation_Vtbl
impl Sync for ISpeechTextSelectionInformation_Vtbl
impl Unpin for ISpeechTextSelectionInformation_Vtbl
impl UnwindSafe for ISpeechTextSelectionInformation_Vtbl
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