[−][src]Struct termit_ui::screen::Screen
Methods
impl Screen[src]
pub fn new(size: Point) -> Self[src]
pub fn get_size(&self) -> Point[src]
pub fn resize(&mut self, newsize: Point) -> Result<()>[src]
pub fn draw(&mut self, drawing: Drawing)[src]
Trait Implementations
impl Painter for Screen[src]
fn get_area(&self) -> Window[src]
fn paint(&mut self, drawing: Drawing) -> Result<()>[src]
fn get_size(&self) -> Point[src]
fn fill(&mut self, c: Color) -> Result<()>[src]
impl<'a> IntoIterator for &'a Screen[src]
type Item = Drawing
The type of the elements being iterated over.
type IntoIter = ScreenDrawings<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
impl Debug for Screen[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,