#[repr(C)]
pub struct RUFontInfoFuncs {
Show 15 fields pub swap: extern "C" fn(self_c: *const RUBase, other: *const RUBase), pub family: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub style_name: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub pixel_size: extern "C" fn(self_c: *const RUBase) -> i32, pub point_size: extern "C" fn(self_c: *const RUBase) -> i32, pub point_size_f: extern "C" fn(self_c: *const RUBase) -> f32, pub italic: extern "C" fn(self_c: *const RUBase) -> bool, pub weight: extern "C" fn(self_c: *const RUBase) -> i32, pub bold: extern "C" fn(self_c: *const RUBase) -> bool, pub underline: extern "C" fn(self_c: *const RUBase) -> bool, pub overline: extern "C" fn(self_c: *const RUBase) -> bool, pub fixed_pitch: extern "C" fn(self_c: *const RUBase) -> bool, pub style_hint: extern "C" fn(self_c: *const RUBase) -> i32, pub raw_mode: extern "C" fn(self_c: *const RUBase) -> bool, pub exact_match: extern "C" fn(self_c: *const RUBase) -> bool,
}

Fields

swap: extern "C" fn(self_c: *const RUBase, other: *const RUBase)family: extern "C" fn(self_c: *const RUBase) -> *const c_charstyle_name: extern "C" fn(self_c: *const RUBase) -> *const c_charpixel_size: extern "C" fn(self_c: *const RUBase) -> i32point_size: extern "C" fn(self_c: *const RUBase) -> i32point_size_f: extern "C" fn(self_c: *const RUBase) -> f32italic: extern "C" fn(self_c: *const RUBase) -> boolweight: extern "C" fn(self_c: *const RUBase) -> i32bold: extern "C" fn(self_c: *const RUBase) -> boolunderline: extern "C" fn(self_c: *const RUBase) -> booloverline: extern "C" fn(self_c: *const RUBase) -> boolfixed_pitch: extern "C" fn(self_c: *const RUBase) -> boolstyle_hint: extern "C" fn(self_c: *const RUBase) -> i32raw_mode: extern "C" fn(self_c: *const RUBase) -> boolexact_match: extern "C" fn(self_c: *const RUBase) -> bool

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.