pub struct BmFont {
pub pages: Vec<BmPage>,
pub chars: HashMap<u32, BmChar>,
}Fields§
§pages: Vec<BmPage>§chars: HashMap<u32, BmChar>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BmFont
impl RefUnwindSafe for BmFont
impl Send for BmFont
impl Sync for BmFont
impl Unpin for BmFont
impl UnwindSafe for BmFont
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