Struct xcb::ffi::xproto::xcb_char2b_t
[−]
[src]
#[repr(C)]pub struct xcb_char2b_t { pub byte1: u8, pub byte2: u8, }
Fields
byte1: u8
byte2: u8
Trait Implementations
impl Copy for xcb_char2b_t
[src]
impl Clone for xcb_char2b_t
[src]
fn clone(&self) -> xcb_char2b_t
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