Struct x11_dl::xlib::XChar2b
[−]
[src]
pub struct XChar2b {
pub byte1: c_uchar,
pub byte2: c_uchar,
}Fields
byte1: c_uchar
byte2: c_uchar
Trait Implementations
impl PartialEq for XChar2b[src]
fn eq(&self, __arg_0: &XChar2b) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XChar2b) -> bool
This method tests for !=.
impl Copy for XChar2b[src]
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