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 |
pub struct XFontSetExtents {
pub max_ink_extent: XRectangle,
pub max_logical_extent: XRectangle,
}max_ink_extent | |
max_logical_extent |
impl PartialEq for XFontSetExtentsfn eq(&self, __arg_0: &XFontSetExtents) -> boolfn ne(&self, __arg_0: &XFontSetExtents) -> boolimpl Copy for XFontSetExtentsimpl Clone for XFontSetExtentsfn clone(&self) -> XFontSetExtentsfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).