pub struct ScreenFontHeader {
pub magic: u16,
pub font_mode: u8,
pub size: u8,
}Expand description
The PC Screen Font header.
Fields§
§magic: u16Magic bytes for font identification.
font_mode: u8The PSF font mode.
size: u8The PSF character size.
Auto Trait Implementations§
impl Freeze for ScreenFontHeader
impl RefUnwindSafe for ScreenFontHeader
impl Send for ScreenFontHeader
impl Sync for ScreenFontHeader
impl Unpin for ScreenFontHeader
impl UnwindSafe for ScreenFontHeader
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