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 XTextItem16fn eq(&self, __arg_0: &XTextItem16) -> boolfn ne(&self, __arg_0: &XTextItem16) -> boolimpl Copy for XTextItem16impl Clone for XTextItem16fn clone(&self) -> XTextItem16fn 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).