Struct termion::input::MouseTerminal [] [src]

pub struct MouseTerminal<W: Write> { /* fields omitted */ }

A terminal with added mouse support.

This can be obtained through the From implementations.

Trait Implementations

impl<W: Write> From<W> for MouseTerminal<W>
[src]

Important traits for MouseTerminal<W>

Performs the conversion.

impl<W: Write> Drop for MouseTerminal<W>
[src]

Executes the destructor for this type. Read more

impl<W: Write> Deref for MouseTerminal<W>
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

impl<W: Write> DerefMut for MouseTerminal<W>
[src]

Important traits for &'a mut R

Mutably dereferences the value.

impl<W: Write> Write for MouseTerminal<W>
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Important traits for &'a mut R

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl<W> Send for MouseTerminal<W> where
    W: Send

impl<W> Sync for MouseTerminal<W> where
    W: Sync