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

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

Fields

name: Atom card32: c_ulong

Trait Implementations

impl PartialEq for XFontProp
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Copy for XFontProp
[src]

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