Struct x11::xlib::XTextItem
[−]
[src]
pub struct XTextItem { pub chars: *mut c_char, pub nchars: c_int, pub delta: c_int, pub font: Font, }
Fields
chars | |
nchars | |
delta | |
font |
pub struct XTextItem { pub chars: *mut c_char, pub nchars: c_int, pub delta: c_int, pub font: Font, }
chars | |
nchars | |
delta | |
font |
impl PartialEq for XTextItem
impl Copy for XTextItem
impl Clone for XTextItem
fn clone(&self) -> XTextItem
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
).