Struct x11::xlib::XChar2b
[−]
[src]
#[repr(C)]pub struct XChar2b { pub byte1: c_uchar, pub byte2: c_uchar, }
Fields
byte1: c_uchar
byte2: c_uchar
Trait Implementations
impl Clone for XChar2b
[src]
fn clone(&self) -> XChar2b
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more