Struct x11_dl::xlib::XChar2b [] [src]

pub struct XChar2b {
    pub byte1: c_uchar,
    pub byte2: c_uchar,
}

Fields

byte1
byte2

Trait Implementations

Derived Implementations

impl PartialEq for XChar2b

fn eq(&self, __arg_0: &XChar2b) -> bool

fn ne(&self, __arg_0: &XChar2b) -> bool

impl Copy for XChar2b

impl Clone for XChar2b

fn clone(&self) -> XChar2b

1.0.0fn clone_from(&mut self, source: &Self)