Struct x11_dl::xlib::XFontSetExtents [] [src]

pub struct XFontSetExtents {
    pub max_ink_extent: XRectangle,
    pub max_logical_extent: XRectangle,
}

Fields

Trait Implementations

impl PartialEq for XFontSetExtents
[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 XFontSetExtents
[src]

impl Clone for XFontSetExtents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more