Struct x11_dl::xlib::XwcTextItem [] [src]

pub struct XwcTextItem {
    pub chars: *mut wchar_t,
    pub nchars: c_int,
    pub delta: c_int,
    pub font_set: XFontSet,
}

Fields

Trait Implementations

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

impl Clone for XwcTextItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more