Struct glutin_glx_sys::XFontSetExtents [−][src]
#[repr(C)]pub struct XFontSetExtents {
pub max_ink_extent: XRectangle,
pub max_logical_extent: XRectangle,
}Fields
max_ink_extent: XRectanglemax_logical_extent: XRectangleTrait 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
