Struct xcb::ffi::xproto::xcb_fontprop_t
[−]
[src]
#[repr(C)]pub struct xcb_fontprop_t { pub name: xcb_atom_t, pub value: u32, }
Fields
name: xcb_atom_t
value: u32
Trait Implementations
impl Copy for xcb_fontprop_t
[src]
impl Clone for xcb_fontprop_t
[src]
fn clone(&self) -> xcb_fontprop_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