pub struct VgaTextBuffer { /* private fields */ }Implementations§
Source§impl VgaTextBuffer
impl VgaTextBuffer
pub fn new() -> VgaTextBuffer
pub fn initialise(&self)
Trait Implementations§
Source§impl Write for VgaTextBuffer
impl Write for VgaTextBuffer
impl Device for VgaTextBuffer
Auto Trait Implementations§
impl !Freeze for VgaTextBuffer
impl !RefUnwindSafe for VgaTextBuffer
impl Send for VgaTextBuffer
impl Sync for VgaTextBuffer
impl Unpin for VgaTextBuffer
impl !UnwindSafe for VgaTextBuffer
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