#[repr(C)]pub struct ifont_s {}Fields§
§name: *mut u8§family: *mut u8§size: i32§aa: u8§isbold: u8§isitalic: u8§_r1: u8§charset: u16§_r2: u16§color: i32§height: i32§linespacing: i32§baseline: i32§fdata: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for ifont_s
impl RefUnwindSafe for ifont_s
impl !Send for ifont_s
impl !Sync for ifont_s
impl Unpin for ifont_s
impl UnwindSafe for ifont_s
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