#[repr(C)]pub struct FontGlyphT {
pub texture: u32,
pub uv: RectT,
pub offset: Vec2T,
pub xadvance: f32,
pub glyph_segments_offset: u32,
}Fields§
§texture: u32§uv: RectT§offset: Vec2T§xadvance: f32§glyph_segments_offset: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontGlyphT
impl RefUnwindSafe for FontGlyphT
impl Send for FontGlyphT
impl Sync for FontGlyphT
impl Unpin for FontGlyphT
impl UnwindSafe for FontGlyphT
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