Struct sdl2_sys::_XIMPreeditCaretCallbackStruct
source · #[repr(C)]pub struct _XIMPreeditCaretCallbackStruct {
pub position: c_int,
pub direction: XIMCaretDirection,
pub style: XIMCaretStyle,
}
Fields§
§position: c_int
§direction: XIMCaretDirection
§style: XIMCaretStyle
Trait Implementations§
source§impl Clone for _XIMPreeditCaretCallbackStruct
impl Clone for _XIMPreeditCaretCallbackStruct
source§fn clone(&self) -> _XIMPreeditCaretCallbackStruct
fn clone(&self) -> _XIMPreeditCaretCallbackStruct
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 _XIMPreeditCaretCallbackStruct
Auto Trait Implementations§
impl Freeze for _XIMPreeditCaretCallbackStruct
impl RefUnwindSafe for _XIMPreeditCaretCallbackStruct
impl Send for _XIMPreeditCaretCallbackStruct
impl Sync for _XIMPreeditCaretCallbackStruct
impl Unpin for _XIMPreeditCaretCallbackStruct
impl UnwindSafe for _XIMPreeditCaretCallbackStruct
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