Struct gdk_x11_sys::xlib::XIMPreeditCaretCallbackStruct [−]
#[repr(C)]pub struct XIMPreeditCaretCallbackStruct { pub position: i32, pub direction: XIMCaretDirection, pub style: XIMCaretStyle, }
Fields
position: i32direction: XIMCaretDirectionstyle: XIMCaretStyleTrait Implementations
impl Clone for XIMPreeditCaretCallbackStruct
impl Clone for XIMPreeditCaretCallbackStructpub fn clone(&self) -> XIMPreeditCaretCallbackStruct
pub fn clone(&self) -> XIMPreeditCaretCallbackStructReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XIMPreeditCaretCallbackStruct
impl Debug for XIMPreeditCaretCallbackStructpub fn eq(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
pub fn eq(&self, other: &XIMPreeditCaretCallbackStruct) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
pub fn ne(&self, other: &XIMPreeditCaretCallbackStruct) -> boolThis method tests for !=.
impl Copy for XIMPreeditCaretCallbackStructAuto Trait Implementations
impl Send for XIMPreeditCaretCallbackStructimpl Sync for XIMPreeditCaretCallbackStructimpl Unpin for XIMPreeditCaretCallbackStructimpl UnwindSafe for XIMPreeditCaretCallbackStructBlanket Implementations
Mutably borrows from an owned value. Read more