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 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)
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
).