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 XChar2b
impl Copy for XChar2b
impl Clone for XChar2b
fn clone(&self) -> XChar2b
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
).