#[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
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.