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
sourceimpl Clone for XOMCharSetList
impl Clone for XOMCharSetList
sourcefn clone(&self) -> XOMCharSetList
fn clone(&self) -> XOMCharSetList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XOMCharSetList
impl Debug for XOMCharSetList
sourceimpl PartialEq<XOMCharSetList> for XOMCharSetList
impl PartialEq<XOMCharSetList> for XOMCharSetList
sourcefn 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 ==
. Read more
impl Copy for XOMCharSetList
impl StructuralPartialEq for XOMCharSetList
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more