#[repr(C)]pub struct nk_baked_font {
pub height: f32,
pub ascent: f32,
pub descent: f32,
pub glyph_offset: nk_rune,
pub glyph_count: nk_rune,
pub ranges: *const nk_rune,
}Fields§
§height: f32§ascent: f32§descent: f32§glyph_offset: nk_rune§glyph_count: nk_rune§ranges: *const nk_runeTrait Implementations§
Source§impl Clone for nk_baked_font
impl Clone for nk_baked_font
Source§fn clone(&self) -> nk_baked_font
fn clone(&self) -> nk_baked_font
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nk_baked_font
impl Debug for nk_baked_font
Source§impl Default for nk_baked_font
impl Default for nk_baked_font
impl Copy for nk_baked_font
Auto Trait Implementations§
impl Freeze for nk_baked_font
impl RefUnwindSafe for nk_baked_font
impl !Send for nk_baked_font
impl !Sync for nk_baked_font
impl Unpin for nk_baked_font
impl UnwindSafe for nk_baked_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