Struct x11::xlib::XChar2b
[-] [+]
[src]
pub struct XChar2b {
pub byte1: c_uchar,
pub byte2: c_uchar,
}Fields
byte1 | |
byte2 |
pub struct XChar2b {
pub byte1: c_uchar,
pub byte2: c_uchar,
}byte1 | |
byte2 |
impl PartialEq for XChar2bimpl Copy for XChar2bimpl Clone for XChar2bfn clone(&self) -> XChar2bfn 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).