Struct buffer_graphics_lib::CustomLetter 
source · pub struct CustomLetter {
    pub small: [bool; 20],
    pub normal: [bool; 42],
    pub large: [bool; 80],
}Expand description
Only the letter sizes you’ll use need to be set
Fields§
§small: [bool; 20]§normal: [bool; 42]§large: [bool; 80]Trait Implementations§
source§impl Clone for CustomLetter
 
impl Clone for CustomLetter
source§fn clone(&self) -> CustomLetter
 
fn clone(&self) -> CustomLetter
Returns a copy 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 CustomLetter
 
impl Debug for CustomLetter
source§impl Default for CustomLetter
 
impl Default for CustomLetter
source§impl Hash for CustomLetter
 
impl Hash for CustomLetter
source§impl PartialEq for CustomLetter
 
impl PartialEq for CustomLetter
source§fn eq(&self, other: &CustomLetter) -> bool
 
fn eq(&self, other: &CustomLetter) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for CustomLetter
impl StructuralEq for CustomLetter
impl StructuralPartialEq for CustomLetter
Auto Trait Implementations§
impl RefUnwindSafe for CustomLetter
impl Send for CustomLetter
impl Sync for CustomLetter
impl Unpin for CustomLetter
impl UnwindSafe for CustomLetter
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