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

#[repr(C)]
pub struct XOMCharSetList { pub charset_count: c_int, pub charset_list: *mut *mut c_char, }

Fields

Trait Implementations

impl Clone for XOMCharSetList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XOMCharSetList
[src]

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 !=.