Struct gdk_x11_sys::xlib::XCharStruct [−]
#[repr(C)]pub struct XCharStruct { pub lbearing: i16, pub rbearing: i16, pub width: i16, pub ascent: i16, pub descent: i16, pub attributes: u16, }
Fields
lbearing: i16rbearing: i16width: i16ascent: i16descent: i16attributes: u16Trait Implementations
impl Clone for XCharStruct
impl Clone for XCharStructpub fn clone(&self) -> XCharStruct
pub fn clone(&self) -> XCharStructReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XCharStruct
impl Debug for XCharStructimpl PartialEq<XCharStruct> for XCharStruct
impl PartialEq<XCharStruct> for XCharStructpub fn eq(&self, other: &XCharStruct) -> bool
pub fn eq(&self, other: &XCharStruct) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XCharStruct) -> bool
pub fn ne(&self, other: &XCharStruct) -> boolThis method tests for !=.
impl Copy for XCharStructimpl StructuralPartialEq for XCharStructAuto Trait Implementations
impl RefUnwindSafe for XCharStructimpl Send for XCharStructimpl Sync for XCharStructimpl Unpin for XCharStructimpl UnwindSafe for XCharStructBlanket Implementations
Mutably borrows from an owned value. Read more