Struct x11_dl::xlib::XmbTextItem [−][src]
#[repr(C)]pub struct XmbTextItem { pub chars: *mut c_char, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
Fields
chars: *mut c_char
nchars: c_int
delta: c_int
font_set: XFontSet
Trait Implementations
impl Debug for XmbTextItem[src]
impl Debug for XmbTextItemfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XmbTextItem[src]
impl Clone for XmbTextItemfn clone(&self) -> XmbTextItem[src]
fn clone(&self) -> XmbTextItemReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XmbTextItem[src]
impl Copy for XmbTextItemimpl PartialEq for XmbTextItem[src]
impl PartialEq for XmbTextItemfn eq(&self, other: &XmbTextItem) -> bool[src]
fn eq(&self, other: &XmbTextItem) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XmbTextItem) -> bool[src]
fn ne(&self, other: &XmbTextItem) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XmbTextItem
impl !Send for XmbTextItemimpl !Sync for XmbTextItem
impl !Sync for XmbTextItem