#[repr(C)]pub struct AtagVideoText {
pub width: u8,
pub height: u8,
pub video_page: u16,
pub video_mode: u8,
pub video_cols: u8,
pub video_ega_bx: u16,
pub video_lines: u8,
pub video_isvga: u8,
pub video_points: u16,
}
Expand description
Tag used to describe VGA text type displays.
Fields§
§width: u8
Width of display
height: u8
Height of display
video_page: u16
§video_mode: u8
§video_cols: u8
§video_ega_bx: u16
§video_lines: u8
§video_isvga: u8
§video_points: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtagVideoText
impl RefUnwindSafe for AtagVideoText
impl Send for AtagVideoText
impl Sync for AtagVideoText
impl Unpin for AtagVideoText
impl UnwindSafe for AtagVideoText
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