pub struct RenderedLineSpan { /* private fields */ }Expand description
Columns a rendered grid line paints when it is replayed into a terminal.
A replay places the following line either by autowrap or by an explicit line break, and that choice depends on the columns the line occupies, not on the byte length of its escape-laden rendering.
Implementations§
Trait Implementations§
Source§impl Clone for RenderedLineSpan
impl Clone for RenderedLineSpan
Source§fn clone(&self) -> RenderedLineSpan
fn clone(&self) -> RenderedLineSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderedLineSpan
Source§impl Debug for RenderedLineSpan
impl Debug for RenderedLineSpan
Source§impl Default for RenderedLineSpan
impl Default for RenderedLineSpan
Source§fn default() -> RenderedLineSpan
fn default() -> RenderedLineSpan
Returns the “default value” for a type. Read more
impl Eq for RenderedLineSpan
Source§impl PartialEq for RenderedLineSpan
impl PartialEq for RenderedLineSpan
impl StructuralPartialEq for RenderedLineSpan
Auto Trait Implementations§
impl Freeze for RenderedLineSpan
impl RefUnwindSafe for RenderedLineSpan
impl Send for RenderedLineSpan
impl Sync for RenderedLineSpan
impl Unpin for RenderedLineSpan
impl UnsafeUnpin for RenderedLineSpan
impl UnwindSafe for RenderedLineSpan
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