#[repr(C)]pub struct IMECOMPOSITIONSTRINGINFO {
pub iCompStrLen: i32,
pub iCaretPos: i32,
pub iEditStart: i32,
pub iEditLen: i32,
pub iTargetStart: i32,
pub iTargetLen: i32,
}Fields§
§iCompStrLen: i32§iCaretPos: i32§iEditStart: i32§iEditLen: i32§iTargetStart: i32§iTargetLen: i32Trait Implementations§
Source§impl Abi for IMECOMPOSITIONSTRINGINFO
impl Abi for IMECOMPOSITIONSTRINGINFO
Source§type Abi = IMECOMPOSITIONSTRINGINFO
type Abi = IMECOMPOSITIONSTRINGINFO
The abi representation of the implementing type. Read more
type DefaultType = IMECOMPOSITIONSTRINGINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for IMECOMPOSITIONSTRINGINFO
impl Clone for IMECOMPOSITIONSTRINGINFO
Source§fn clone(&self) -> IMECOMPOSITIONSTRINGINFO
fn clone(&self) -> IMECOMPOSITIONSTRINGINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IMECOMPOSITIONSTRINGINFO
impl Debug for IMECOMPOSITIONSTRINGINFO
Source§impl Default for IMECOMPOSITIONSTRINGINFO
impl Default for IMECOMPOSITIONSTRINGINFO
Source§impl PartialEq for IMECOMPOSITIONSTRINGINFO
impl PartialEq for IMECOMPOSITIONSTRINGINFO
impl Copy for IMECOMPOSITIONSTRINGINFO
impl Eq for IMECOMPOSITIONSTRINGINFO
Auto Trait Implementations§
impl Freeze for IMECOMPOSITIONSTRINGINFO
impl RefUnwindSafe for IMECOMPOSITIONSTRINGINFO
impl Send for IMECOMPOSITIONSTRINGINFO
impl Sync for IMECOMPOSITIONSTRINGINFO
impl Unpin for IMECOMPOSITIONSTRINGINFO
impl UnwindSafe for IMECOMPOSITIONSTRINGINFO
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