pub struct LiveDisplay { /* private fields */ }Implementations§
Source§impl LiveDisplay
impl LiveDisplay
pub fn new(width: u16) -> Self
pub fn update_status(&mut self, text: &str)
pub fn render(&mut self, items: &[DisplayItem])
pub fn finish(&mut self, items: &[DisplayItem])
Auto Trait Implementations§
impl Freeze for LiveDisplay
impl RefUnwindSafe for LiveDisplay
impl Send for LiveDisplay
impl Sync for LiveDisplay
impl Unpin for LiveDisplay
impl UnwindSafe for LiveDisplay
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