pub struct RowView<'a> {
pub line: &'a Line,
pub cell_metrics: &'a CellMetrics,
pub line_y: f64,
pub ctx: &'a Context,
}Fields
line: &'a Linecell_metrics: &'a CellMetricsline_y: f64ctx: &'a ContextImplementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RowView<'a>
impl<'a> !Send for RowView<'a>
impl<'a> !Sync for RowView<'a>
impl<'a> Unpin for RowView<'a>
impl<'a> UnwindSafe for RowView<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more