Struct ITextSelection_Vtbl
#[repr(C)]pub struct ITextSelection_Vtbl {
pub base__: IInspectable_Vtbl,
pub Options: unsafe extern "system" fn(_: *mut c_void, _: *mut SelectionOptions) -> HRESULT,
pub SetOptions: unsafe extern "system" fn(_: *mut c_void, _: SelectionOptions) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SelectionType) -> HRESULT,
pub EndKey: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: bool, _: *mut i32) -> HRESULT,
pub HomeKey: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: bool, _: *mut i32) -> HRESULT,
pub MoveDown: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT,
pub MoveLeft: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT,
pub MoveRight: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT,
pub MoveUp: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT,
pub TypeText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Options: unsafe extern "system" fn(_: *mut c_void, _: *mut SelectionOptions) -> HRESULT
§SetOptions: unsafe extern "system" fn(_: *mut c_void, _: SelectionOptions) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SelectionType) -> HRESULT
§EndKey: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: bool, _: *mut i32) -> HRESULT
§HomeKey: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: bool, _: *mut i32) -> HRESULT
§MoveDown: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT
§MoveLeft: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT
§MoveRight: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT
§MoveUp: unsafe extern "system" fn(_: *mut c_void, _: TextRangeUnit, _: i32, _: bool, _: *mut i32) -> HRESULT
§TypeText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITextSelection_Vtbl
impl ITextSelection_Vtbl
pub const fn new<Identity: ITextSelection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextSelection_Vtbl
impl RefUnwindSafe for ITextSelection_Vtbl
impl Send for ITextSelection_Vtbl
impl Sync for ITextSelection_Vtbl
impl Unpin for ITextSelection_Vtbl
impl UnwindSafe for ITextSelection_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