Struct x11_dl::xlib::XTextItem [] [src]

pub struct XTextItem {
    pub chars: *mut c_char,
    pub nchars: c_int,
    pub delta: c_int,
    pub font: Font,
}

Fields

Trait Implementations

impl PartialEq for XTextItem
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for XTextItem
[src]

impl Clone for XTextItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more