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

#[repr(C)]
pub struct XFontSetExtents { pub max_ink_extent: XRectangle, pub max_logical_extent: XRectangle, }

Fields

Trait Implementations

impl Clone for XFontSetExtents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XFontSetExtents
[src]

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 !=.