#[repr(C)]pub struct _XIMStringConversionCallbackStruct {
pub position: XIMStringConversionPosition,
pub direction: XIMCaretDirection,
pub operation: XIMStringConversionOperation,
pub factor: c_ushort,
pub text: *mut XIMStringConversionText,
}
Fields§
§position: XIMStringConversionPosition
§direction: XIMCaretDirection
§operation: XIMStringConversionOperation
§factor: c_ushort
§text: *mut XIMStringConversionText
Trait Implementations§
source§impl Clone for _XIMStringConversionCallbackStruct
impl Clone for _XIMStringConversionCallbackStruct
source§fn clone(&self) -> _XIMStringConversionCallbackStruct
fn clone(&self) -> _XIMStringConversionCallbackStruct
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 _XIMStringConversionCallbackStruct
Auto Trait Implementations§
impl Freeze for _XIMStringConversionCallbackStruct
impl RefUnwindSafe for _XIMStringConversionCallbackStruct
impl !Send for _XIMStringConversionCallbackStruct
impl !Sync for _XIMStringConversionCallbackStruct
impl Unpin for _XIMStringConversionCallbackStruct
impl UnwindSafe for _XIMStringConversionCallbackStruct
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