pub struct Char {
pub id: u32,
pub x: u16,
pub y: u16,
pub width: u16,
pub height: u16,
pub x_offset: i16,
pub y_offset: i16,
pub x_advance: i16,
pub page: u8,
pub chnl: u8,
}Fields§
§id: u32§x: u16§y: u16§width: u16§height: u16§x_offset: i16§y_offset: i16§x_advance: i16§page: u8§chnl: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for Char
impl RefUnwindSafe for Char
impl Send for Char
impl Sync for Char
impl Unpin for Char
impl UnwindSafe for Char
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