Struct x11_dl::xlib::XFontProp [] [src]

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

Fields

Trait Implementations

impl PartialEq for XFontProp
[src]

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

This method tests for !=.

impl Copy for XFontProp
[src]

impl Clone for XFontProp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more