Struct x11_dl::xlib::XFontSetExtents [−][src]
#[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
impl Debug for XFontSetExtents[src]
impl Debug for XFontSetExtentsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XFontSetExtents[src]
impl Clone for XFontSetExtentsfn clone(&self) -> XFontSetExtents[src]
fn clone(&self) -> XFontSetExtentsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XFontSetExtents[src]
impl Copy for XFontSetExtentsimpl PartialEq for XFontSetExtents[src]
impl PartialEq for XFontSetExtentsfn eq(&self, other: &XFontSetExtents) -> bool[src]
fn eq(&self, other: &XFontSetExtents) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XFontSetExtents) -> bool[src]
fn ne(&self, other: &XFontSetExtents) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XFontSetExtents
impl Send for XFontSetExtentsimpl Sync for XFontSetExtents
impl Sync for XFontSetExtents