Struct gdk_x11_sys::xlib::XFontSetExtents
source · [−]#[repr(C)]pub struct XFontSetExtents {
pub max_ink_extent: XRectangle,
pub max_logical_extent: XRectangle,
}
Fields
max_ink_extent: XRectangle
max_logical_extent: XRectangle
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XFontSetExtents
impl Send for XFontSetExtents
impl Sync for XFontSetExtents
impl Unpin for XFontSetExtents
impl UnwindSafe for XFontSetExtents
Blanket Implementations
Mutably borrows from an owned value. Read more