pub struct BannerFont {
pub letter_builder: fn(char) -> Vec<&'static str>,
pub space: &'static str,
pub max_height: usize,
}Fields§
§letter_builder: fn(char) -> Vec<&'static str>§space: &'static str§max_height: usizeImplementations§
Trait Implementations§
Source§impl Clone for BannerFont
impl Clone for BannerFont
Source§fn clone(&self) -> BannerFont
fn clone(&self) -> BannerFont
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BannerFont
impl Debug for BannerFont
impl Copy for BannerFont
Auto Trait Implementations§
impl Freeze for BannerFont
impl RefUnwindSafe for BannerFont
impl Send for BannerFont
impl Sync for BannerFont
impl Unpin for BannerFont
impl UnwindSafe for BannerFont
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