Struct x11::xlib::XOMCharSetList
source · #[repr(C)]pub struct XOMCharSetList {
pub charset_count: c_int,
pub charset_list: *mut *mut c_char,
}
Fields§
§charset_count: c_int
§charset_list: *mut *mut c_char
Trait Implementations§
source§impl Clone for XOMCharSetList
impl Clone for XOMCharSetList
source§fn clone(&self) -> XOMCharSetList
fn clone(&self) -> XOMCharSetList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XOMCharSetList
impl Debug for XOMCharSetList
source§impl PartialEq<XOMCharSetList> for XOMCharSetList
impl PartialEq<XOMCharSetList> for XOMCharSetList
source§fn eq(&self, other: &XOMCharSetList) -> bool
fn eq(&self, other: &XOMCharSetList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.