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: i16
rbearing: i16
width: i16
ascent: i16
descent: i16
attributes: u16
Trait Implementations
impl Clone for XCharStruct
impl Clone for XCharStruct
pub fn clone(&self) -> XCharStruct
pub fn clone(&self) -> XCharStruct
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XCharStruct
impl Debug for XCharStruct
impl PartialEq<XCharStruct> for XCharStruct
impl PartialEq<XCharStruct> for XCharStruct
pub fn eq(&self, other: &XCharStruct) -> bool
pub fn eq(&self, other: &XCharStruct) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for XCharStruct
impl StructuralPartialEq for XCharStruct
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