Struct x11_dl::xlib::XOMCharSetList [] [src]

pub struct XOMCharSetList {
    pub charset_count: c_int,
    pub charset_list: *mut *mut c_char,
}

Fields

Trait Implementations

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

impl Clone for XOMCharSetList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more