pub struct Display { /* private fields */ }Implementations§
Source§impl Display
impl Display
pub fn new() -> Display
pub fn hi_res_mode(&mut self)
pub fn low_res_mode(&mut self)
pub fn scroll_down(&mut self, n: u32)
pub fn scroll_side(&mut self, n: i32)
pub fn clear(&mut self)
pub fn write(&mut self, b: u8, x: usize, y: usize) -> bool
pub fn read(&mut self) -> &[u128; 64]
pub fn read_px(&mut self, x: usize, y: usize) -> bool
pub fn hi_res(&self) -> bool
pub fn dirty(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Display
impl RefUnwindSafe for Display
impl Send for Display
impl Sync for Display
impl Unpin for Display
impl UnwindSafe for Display
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