Struct x11::xlib::XFontProp [−] [src]

pub struct XFontProp {
    pub name: Atom,
    pub card32: c_ulong,
}

Fields

name
card32

Trait Implementations

Derived Implementations

impl PartialEq for XFontProp

fn eq(&self, __arg_0: &XFontProp) -> bool

fn ne(&self, __arg_0: &XFontProp) -> bool

impl Copy for XFontProp

impl Clone for XFontProp

fn clone(&self) -> XFontProp

fn clone_from(&mut self, source: &Self)