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