Struct x11_dl::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 for XOMCharSetList
impl PartialEq 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 ==
.impl Copy for XOMCharSetList
impl StructuralPartialEq for XOMCharSetList
Auto Trait Implementations§
impl Freeze for XOMCharSetList
impl RefUnwindSafe for XOMCharSetList
impl !Send for XOMCharSetList
impl !Sync for XOMCharSetList
impl Unpin for XOMCharSetList
impl UnwindSafe for XOMCharSetList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more