Struct xcb::ffi::xproto::xcb_char2b_t [] [src]

#[repr(C)]
pub struct xcb_char2b_t { pub byte1: u8, pub byte2: u8, }

Fields

Trait Implementations

impl Copy for xcb_char2b_t
[src]

impl Clone for xcb_char2b_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more