Struct ctru_sys::ConsoleFont
source · #[repr(C)]pub struct ConsoleFont {
pub gfx: *mut u8_,
pub asciiOffset: u16_,
pub numChars: u16_,
}
Expand description
A font struct for the console.
Fields§
§gfx: *mut u8_
< A pointer to the font graphics
asciiOffset: u16_
< Offset to the first valid character in the font table
numChars: u16_
< Number of characters in the font graphics
Trait Implementations§
source§impl Clone for ConsoleFont
impl Clone for ConsoleFont
source§fn clone(&self) -> ConsoleFont
fn clone(&self) -> ConsoleFont
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more