Struct x11::xlib::XFontProp
[−]
[src]
#[repr(C)]pub struct XFontProp { pub name: Atom, pub card32: c_ulong, }
Fields
name: Atom
card32: c_ulong
Trait Implementations
impl Clone for XFontProp
[src]
fn clone(&self) -> XFontProp
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