Struct xcb::xproto::Char2b
[−]
[src]
pub struct Char2b { pub base: xcb_char2b_t, }
Fields
base: xcb_char2b_t
Methods
impl Char2b
[src]
Trait Implementations
impl Copy for Char2b
[src]
impl Clone for Char2b
[src]
fn clone(&self) -> Char2b
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