Struct imgui_sys::CustomRect[][src]

#[repr(C)]
pub struct CustomRect { pub id: c_uint, pub width: c_ushort, pub height: c_ushort, pub x: c_ushort, pub y: c_ushort, pub glyph_advance_x: c_float, pub glyph_offset: ImVec2, pub font: *mut ImFont, }

Fields

Auto Trait Implementations

impl !Send for CustomRect

impl !Sync for CustomRect