Struct x11::xlib::XmbTextItem
[−]
[src]
pub struct XmbTextItem { pub chars: *mut c_char, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
Fields
chars | |
nchars | |
delta | |
font_set |
pub struct XmbTextItem { pub chars: *mut c_char, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
chars | |
nchars | |
delta | |
font_set |
impl PartialEq for XmbTextItem
fn eq(&self, __arg_0: &XmbTextItem) -> bool
fn ne(&self, __arg_0: &XmbTextItem) -> bool
impl Copy for XmbTextItem
impl Clone for XmbTextItem
fn clone(&self) -> XmbTextItem
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).