Struct x11::xlib::XwcTextItem
source · #[repr(C)]pub struct XwcTextItem {
pub chars: *mut wchar_t,
pub nchars: c_int,
pub delta: c_int,
pub font_set: XFontSet,
}Fields§
§chars: *mut wchar_t§nchars: c_int§delta: c_int§font_set: XFontSetTrait Implementations§
source§impl Clone for XwcTextItem
impl Clone for XwcTextItem
source§fn clone(&self) -> XwcTextItem
fn clone(&self) -> XwcTextItem
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 XwcTextItem
impl Debug for XwcTextItem
source§impl PartialEq<XwcTextItem> for XwcTextItem
impl PartialEq<XwcTextItem> for XwcTextItem
source§fn eq(&self, other: &XwcTextItem) -> bool
fn eq(&self, other: &XwcTextItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.