#[repr(C)]pub struct Font {
pub baseSize: i32,
pub glyphCount: i32,
pub glyphPadding: i32,
pub texture: Texture,
pub recs: *mut Rectangle,
pub glyphs: *mut GlyphInfo,
}Fields§
§baseSize: i32§glyphCount: i32§glyphPadding: i32§texture: Texture§recs: *mut Rectangle§glyphs: *mut GlyphInfoTrait Implementations§
Source§impl AsRawMut<Font> for Font
impl AsRawMut<Font> for Font
Source§unsafe fn as_raw_mut(&mut self) -> &mut Font
unsafe fn as_raw_mut(&mut self) -> &mut Font
Mutable access to the wrapped raw FFI value. Read more
Source§impl AsRawMut<Font> for WeakFont
impl AsRawMut<Font> for WeakFont
Source§unsafe fn as_raw_mut(&mut self) -> &mut Font
unsafe fn as_raw_mut(&mut self) -> &mut Font
Mutable access to the wrapped raw FFI value. Read more
impl Copy for Font
impl StructuralPartialEq for Font
Auto Trait Implementations§
impl !Send for Font
impl !Sync for Font
impl Freeze for Font
impl RefUnwindSafe for Font
impl Unpin for Font
impl UnsafeUnpin for Font
impl UnwindSafe for 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