Struct x11::xlib::XFontSetExtents [−] [src]

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

Fields

max_ink_extent
max_logical_extent

Trait Implementations

Derived Implementations

impl PartialEq for XFontSetExtents

fn eq(&self, __arg_0: &XFontSetExtents) -> bool

fn ne(&self, __arg_0: &XFontSetExtents) -> bool

impl Copy for XFontSetExtents

impl Clone for XFontSetExtents

fn clone(&self) -> XFontSetExtents

fn clone_from(&mut self, source: &Self)