pub struct ScreenCellView { /* private fields */ }Expand description
Read-only copy of one rendered screen cell for copy-mode consumers.
Implementations§
Source§impl ScreenCellView
impl ScreenCellView
Sourcepub const fn is_padding(&self) -> bool
pub const fn is_padding(&self) -> bool
Returns whether the cell is padding for a wide glyph.
Trait Implementations§
Source§impl Clone for ScreenCellView
impl Clone for ScreenCellView
Source§fn clone(&self) -> ScreenCellView
fn clone(&self) -> ScreenCellView
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 moreSource§impl Debug for ScreenCellView
impl Debug for ScreenCellView
impl Eq for ScreenCellView
Source§impl PartialEq for ScreenCellView
impl PartialEq for ScreenCellView
impl StructuralPartialEq for ScreenCellView
Auto Trait Implementations§
impl Freeze for ScreenCellView
impl RefUnwindSafe for ScreenCellView
impl Send for ScreenCellView
impl Sync for ScreenCellView
impl Unpin for ScreenCellView
impl UnsafeUnpin for ScreenCellView
impl UnwindSafe for ScreenCellView
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