[−][src]Struct sdl2_sys::XFontStruct
Fields
ext_data: *mut XExtData
fid: Font
direction: c_uint
min_char_or_byte2: c_uint
max_char_or_byte2: c_uint
min_byte1: c_uint
max_byte1: c_uint
all_chars_exist: c_int
default_char: c_uint
n_properties: c_int
properties: *mut XFontProp
min_bounds: XCharStruct
max_bounds: XCharStruct
per_char: *mut XCharStruct
ascent: c_int
descent: c_int
Trait Implementations
impl Clone for XFontStruct
[src]
fn clone(&self) -> XFontStruct
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XFontStruct
[src]
Auto Trait Implementations
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,