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