Struct x11_dl::xlib::XCharStruct [] [src]

#[repr(C)]
pub struct XCharStruct { pub lbearing: c_short, pub rbearing: c_short, pub width: c_short, pub ascent: c_short, pub descent: c_short, pub attributes: c_ushort, }

Fields

Trait Implementations

impl Clone for XCharStruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XCharStruct
[src]

impl PartialEq for XCharStruct
[src]

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

This method tests for !=.