Struct x11_dl::xlib::XTextProperty [] [src]

pub struct XTextProperty {
    pub value: *mut c_uchar,
    pub encoding: Atom,
    pub format: c_int,
    pub nitems: c_ulong,
}

Fields

Trait Implementations

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

impl Clone for XTextProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more