Struct x11_dl::xlib::XmbTextItem [] [src]

pub struct XmbTextItem {
    pub chars: *mut c_char,
    pub nchars: c_int,
    pub delta: c_int,
    pub font_set: XFontSet,
}

Fields

Trait Implementations

impl PartialEq for XmbTextItem
[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 XmbTextItem
[src]

impl Clone for XmbTextItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more