Struct x11_dl::xlib::XwcTextItem [−][src]
#[repr(C)]pub struct XwcTextItem { pub chars: *mut wchar_t, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
Fields
chars: *mut wchar_t
nchars: c_int
delta: c_int
font_set: XFontSet
Trait Implementations
impl Debug for XwcTextItem[src]
impl Debug for XwcTextItemfn 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 XwcTextItem[src]
impl Clone for XwcTextItemfn clone(&self) -> XwcTextItem[src]
fn clone(&self) -> XwcTextItemReturns 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 XwcTextItem[src]
impl Copy for XwcTextItemimpl PartialEq for XwcTextItem[src]
impl PartialEq for XwcTextItemfn eq(&self, other: &XwcTextItem) -> bool[src]
fn eq(&self, other: &XwcTextItem) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XwcTextItem) -> bool[src]
fn ne(&self, other: &XwcTextItem) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XwcTextItem
impl !Send for XwcTextItemimpl !Sync for XwcTextItem
impl !Sync for XwcTextItem