#[repr(C)]pub struct Struct_Glyph {
pub Codepoint: ImWchar,
pub XAdvance: 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
§XAdvance: 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
Trait Implementations§
Source§impl Clone for Struct_Glyph
impl Clone for Struct_Glyph
Source§impl Default for Struct_Glyph
impl Default for Struct_Glyph
impl Copy for Struct_Glyph
Auto Trait Implementations§
impl Freeze for Struct_Glyph
impl RefUnwindSafe for Struct_Glyph
impl Send for Struct_Glyph
impl Sync for Struct_Glyph
impl Unpin for Struct_Glyph
impl UnwindSafe for Struct_Glyph
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