pub struct Compositor { /* private fields */ }Expand description
Composites multiple full-terminal-size layer buffers front-to-back.
Layers are added from highest index (front) to lowest index (back). Each layer is rendered independently; cells already covered by a higher layer are stripped from lower layers.
Implementations§
Auto Trait Implementations§
impl Freeze for Compositor
impl RefUnwindSafe for Compositor
impl Send for Compositor
impl Sync for Compositor
impl Unpin for Compositor
impl UnsafeUnpin for Compositor
impl UnwindSafe for Compositor
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