pub struct BmChar {
pub id: u32,
pub page: u32,
pub x: i32,
pub y: i32,
pub xoffset: i32,
pub yoffset: i32,
pub width: i32,
pub height: i32,
pub xadvance: i32,
pub chnl: i32,
}Fields§
§id: u32§page: u32§x: i32§y: i32§xoffset: i32§yoffset: i32§width: i32§height: i32§xadvance: i32§chnl: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BmChar
impl RefUnwindSafe for BmChar
impl Send for BmChar
impl Sync for BmChar
impl Unpin for BmChar
impl UnwindSafe for BmChar
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