Struct x11_dl::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)