Struct glutin_glx_sys::XFontStruct [−][src]
#[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 XExtData
fid: u64
direction: u32
min_char_or_byte2: u32
max_char_or_byte2: u32
min_byte1: u32
max_byte1: u32
all_chars_exist: i32
default_char: u32
n_properties: i32
properties: *mut XFontProp
min_bounds: XCharStruct
max_bounds: XCharStruct
per_char: *mut XCharStruct
ascent: i32
descent: i32
Trait Implementations
impl Clone for XFontStruct
[src][+]
impl Copy for XFontStruct
[src]
impl Debug for XFontStruct
[src][+]
impl PartialEq<XFontStruct> for XFontStruct
[src][+]
impl StructuralPartialEq for XFontStruct
[src]
Auto Trait Implementations
impl RefUnwindSafe for XFontStruct
impl !Send for XFontStruct
impl !Sync for XFontStruct
impl Unpin for XFontStruct
impl UnwindSafe for XFontStruct
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,