Struct gdk_x11_sys::xlib::XmbTextItem [−]
#[repr(C)]pub struct XmbTextItem { pub chars: *mut i8, pub nchars: i32, pub delta: i32, pub font_set: *mut _XOC, }
Fields
chars: *mut i8nchars: i32delta: i32font_set: *mut _XOCTrait Implementations
impl Clone for XmbTextItem
impl Clone for XmbTextItempub fn clone(&self) -> XmbTextItem
pub fn clone(&self) -> XmbTextItemReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XmbTextItem
impl Debug for XmbTextItemimpl PartialEq<XmbTextItem> for XmbTextItem
impl PartialEq<XmbTextItem> for XmbTextItempub fn eq(&self, other: &XmbTextItem) -> bool
pub fn eq(&self, other: &XmbTextItem) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XmbTextItem) -> bool
pub fn ne(&self, other: &XmbTextItem) -> boolThis method tests for !=.
impl Copy for XmbTextItemimpl StructuralPartialEq for XmbTextItemAuto Trait Implementations
impl RefUnwindSafe for XmbTextItemimpl !Send for XmbTextItemimpl !Sync for XmbTextItemimpl Unpin for XmbTextItemimpl UnwindSafe for XmbTextItemBlanket Implementations
Mutably borrows from an owned value. Read more