Struct gdk4_x11_sys::xlib::XCharStruct [−][src]
#[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: i16
rbearing: i16
width: i16
ascent: i16
descent: i16
attributes: u16
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 XCharStruct
impl Send for XCharStruct
impl Sync for XCharStruct
impl Unpin for XCharStruct
impl UnwindSafe for XCharStruct
Blanket Implementations
Mutably borrows from an owned value. Read more