Struct x11_dl::xlib::XChar2b [−][src]
Fields
byte1: c_uchar
byte2: c_uchar
Trait Implementations
impl Debug for XChar2b[src]
impl Debug for XChar2bfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XChar2b[src]
impl Clone for XChar2bfn clone(&self) -> XChar2b[src]
fn clone(&self) -> XChar2bReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XChar2b[src]
impl Copy for XChar2bimpl PartialEq for XChar2b[src]
impl PartialEq for XChar2b