Struct x11_dl::xlib::XTextItem16 [] [src]

pub struct XTextItem16 {
    pub chars: *mut XChar2b,
    pub nchars: c_int,
    pub delta: c_int,
    pub font: Font,
}

Fields

Trait Implementations

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

impl Clone for XTextItem16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more