#[repr(C)]
struct InstanceData {Show 18 fields
col: u16,
row: u16,
left: i16,
top: i16,
width: i16,
height: i16,
uv_left: f32,
uv_bot: f32,
uv_width: f32,
uv_height: f32,
r: u8,
g: u8,
b: u8,
cell_flags: RenderingGlyphFlags,
bg_r: u8,
bg_g: u8,
bg_b: u8,
bg_a: u8,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.