Struct sdl2_sys::_XIMPreeditDrawCallbackStruct
source · #[repr(C)]pub struct _XIMPreeditDrawCallbackStruct {
pub caret: c_int,
pub chg_first: c_int,
pub chg_length: c_int,
pub text: *mut XIMText,
}
Fields§
§caret: c_int
§chg_first: c_int
§chg_length: c_int
§text: *mut XIMText
Trait Implementations§
source§impl Clone for _XIMPreeditDrawCallbackStruct
impl Clone for _XIMPreeditDrawCallbackStruct
source§fn clone(&self) -> _XIMPreeditDrawCallbackStruct
fn clone(&self) -> _XIMPreeditDrawCallbackStruct
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 moreimpl Copy for _XIMPreeditDrawCallbackStruct
Auto Trait Implementations§
impl Freeze for _XIMPreeditDrawCallbackStruct
impl RefUnwindSafe for _XIMPreeditDrawCallbackStruct
impl !Send for _XIMPreeditDrawCallbackStruct
impl !Sync for _XIMPreeditDrawCallbackStruct
impl Unpin for _XIMPreeditDrawCallbackStruct
impl UnwindSafe for _XIMPreeditDrawCallbackStruct
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