Struct windows_sys::Win32::UI::Input::Ime::IMECOMPOSITIONSTRINGINFO
[−]#[repr(C)]pub struct IMECOMPOSITIONSTRINGINFO {
pub iCompStrLen: i32,
pub iCaretPos: i32,
pub iEditStart: i32,
pub iEditLen: i32,
pub iTargetStart: i32,
pub iTargetLen: i32,
}
Expand description
Required features: "Win32_UI_Input_Ime"
Fields
iCompStrLen: i32
iCaretPos: i32
iEditStart: i32
iEditLen: i32
iTargetStart: i32
iTargetLen: i32
Trait Implementations
impl Clone for IMECOMPOSITIONSTRINGINFO
impl Clone for IMECOMPOSITIONSTRINGINFO
impl Copy for IMECOMPOSITIONSTRINGINFO
Auto Trait Implementations
impl RefUnwindSafe for IMECOMPOSITIONSTRINGINFO
impl Send for IMECOMPOSITIONSTRINGINFO
impl Sync for IMECOMPOSITIONSTRINGINFO
impl Unpin for IMECOMPOSITIONSTRINGINFO
impl UnwindSafe for IMECOMPOSITIONSTRINGINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more