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