Struct x11::xlib::XwcTextItem
[−]
[src]
pub struct XwcTextItem { pub chars: *mut wchar_t, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
Fields
chars | |
nchars | |
delta | |
font_set |
pub struct XwcTextItem { pub chars: *mut wchar_t, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }
chars | |
nchars | |
delta | |
font_set |
impl PartialEq for XwcTextItem
fn eq(&self, __arg_0: &XwcTextItem) -> bool
fn ne(&self, __arg_0: &XwcTextItem) -> bool
impl Copy for XwcTextItem
impl Clone for XwcTextItem
fn clone(&self) -> XwcTextItem
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
).