Struct gdk_x11_sys::xlib::XFontStruct [−]
#[repr(C)]pub struct XFontStruct {}Show fields
pub ext_data: *mut XExtData, pub fid: u64, pub direction: u32, pub min_char_or_byte2: u32, pub max_char_or_byte2: u32, pub min_byte1: u32, pub max_byte1: u32, pub all_chars_exist: i32, pub default_char: u32, pub n_properties: i32, pub properties: *mut XFontProp, pub min_bounds: XCharStruct, pub max_bounds: XCharStruct, pub per_char: *mut XCharStruct, pub ascent: i32, pub descent: i32,
Fields
ext_data: *mut XExtDatafid: u64direction: u32min_char_or_byte2: u32max_char_or_byte2: u32min_byte1: u32max_byte1: u32all_chars_exist: i32default_char: u32n_properties: i32properties: *mut XFontPropmin_bounds: XCharStructmax_bounds: XCharStructper_char: *mut XCharStructascent: i32descent: i32Trait Implementations
impl Clone for XFontStruct
impl Clone for XFontStructpub fn clone(&self) -> XFontStruct
pub fn clone(&self) -> XFontStructReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XFontStruct
impl Debug for XFontStructimpl PartialEq<XFontStruct> for XFontStruct
impl PartialEq<XFontStruct> for XFontStructpub fn eq(&self, other: &XFontStruct) -> bool
pub fn eq(&self, other: &XFontStruct) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XFontStruct) -> bool
pub fn ne(&self, other: &XFontStruct) -> boolThis method tests for !=.
impl Copy for XFontStructimpl StructuralPartialEq for XFontStructAuto Trait Implementations
impl RefUnwindSafe for XFontStructimpl !Send for XFontStructimpl !Sync for XFontStructimpl Unpin for XFontStructimpl UnwindSafe for XFontStructBlanket Implementations
Mutably borrows from an owned value. Read more