Struct windows_sys::Win32::UI::TextServices::TS_TEXTCHANGE
[−]Expand description
Required features: "Win32_UI_TextServices"
Fields
acpStart: i32
acpOldEnd: i32
acpNewEnd: i32
Trait Implementations
impl Clone for TS_TEXTCHANGE
impl Clone for TS_TEXTCHANGE
impl Copy for TS_TEXTCHANGE
Auto Trait Implementations
impl RefUnwindSafe for TS_TEXTCHANGE
impl Send for TS_TEXTCHANGE
impl Sync for TS_TEXTCHANGE
impl Unpin for TS_TEXTCHANGE
impl UnwindSafe for TS_TEXTCHANGE
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