Struct x11::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 Debug for XCharStruct
[src]

[src]

Formats the value using the given formatter.

impl Clone for XCharStruct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XCharStruct
[src]

impl PartialEq for XCharStruct
[src]

[src]

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

[src]

This method tests for !=.