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