Struct bitmap_font::BitmapFont
source · [−]pub struct BitmapFont { /* private fields */ }
Expand description
Stores the font bitmap and some additional info for each font.
Implementations
sourceimpl BitmapFont
impl BitmapFont
Trait Implementations
sourceimpl Clone for BitmapFont
impl Clone for BitmapFont
sourcefn clone(&self) -> BitmapFont
fn clone(&self) -> BitmapFont
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for BitmapFont
Auto Trait Implementations
impl RefUnwindSafe for BitmapFont
impl Send for BitmapFont
impl Sync for BitmapFont
impl Unpin for BitmapFont
impl UnwindSafe for BitmapFont
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more