Struct panorama_tui::Frame [−][src]
Fields
terminal: &'a mut Terminal<W>
cursor_position: Option<(u16, u16)>
Implementations
impl<'a, W: Write> Frame<'a, W>
[src]
pub fn set_cursor(&mut self, x: u16, y: u16)
[src]
pub fn size(&self) -> Rect
[src]
pub fn render_widget<W2>(&mut self, widget: W2, area: Rect) where
W2: Widget,
[src]
W2: Widget,
Auto Trait Implementations
impl<'a, W> RefUnwindSafe for Frame<'a, W> where
W: RefUnwindSafe,
[src]
W: RefUnwindSafe,
impl<'a, W> Send for Frame<'a, W> where
W: Send,
[src]
W: Send,
impl<'a, W> Sync for Frame<'a, W> where
W: Sync,
[src]
W: Sync,
impl<'a, W> Unpin for Frame<'a, W>
[src]
impl<'a, W> !UnwindSafe for Frame<'a, W>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,