Struct x11_dl::xlib::XOMCharSetList [−][src]
#[repr(C)]pub struct XOMCharSetList {
pub charset_count: c_int,
pub charset_list: *mut *mut c_char,
}Fields
charset_count: c_intcharset_list: *mut *mut c_charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XOMCharSetList
impl !Send for XOMCharSetList
impl !Sync for XOMCharSetList
impl Unpin for XOMCharSetList
impl UnwindSafe for XOMCharSetList
Blanket Implementations
Mutably borrows from an owned value. Read more
