#[repr(C)]pub struct fcft_font {
pub name: *const c_char,
pub height: c_int,
pub descent: c_int,
pub ascent: c_int,
pub max_advance: fcft_font__bindgen_ty_1,
pub underline: fcft_font__bindgen_ty_2,
pub strikeout: fcft_font__bindgen_ty_3,
pub antialias: bool,
pub subpixel: fcft_subpixel,
}Fields§
§name: *const c_char§height: c_int§descent: c_int§ascent: c_int§max_advance: fcft_font__bindgen_ty_1§underline: fcft_font__bindgen_ty_2§strikeout: fcft_font__bindgen_ty_3§antialias: bool§subpixel: fcft_subpixelTrait Implementations§
Auto Trait Implementations§
impl !Send for fcft_font
impl !Sync for fcft_font
impl Freeze for fcft_font
impl RefUnwindSafe for fcft_font
impl Unpin for fcft_font
impl UnsafeUnpin for fcft_font
impl UnwindSafe for fcft_font
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more