#[repr(C)]pub struct ImFontGlyph {
pub codepoint: ImWchar,
pub advance_x: c_float,
pub x0: c_float,
pub y0: c_float,
pub x1: c_float,
pub y1: c_float,
pub u0: c_float,
pub v0: c_float,
pub u1: c_float,
pub v1: c_float,
}
Fields§
§codepoint: ImWchar
§advance_x: c_float
§x0: c_float
§y0: c_float
§x1: c_float
§y1: c_float
§u0: c_float
§v0: c_float
§u1: c_float
§v1: c_float
Auto Trait Implementations§
impl Freeze for ImFontGlyph
impl RefUnwindSafe for ImFontGlyph
impl Send for ImFontGlyph
impl Sync for ImFontGlyph
impl Unpin for ImFontGlyph
impl UnwindSafe for ImFontGlyph
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