pub struct RowView<'a> {
pub line: &'a Line,
pub cell_metrics: &'a CellMetrics,
pub line_y: f64,
pub ctx: &'a Context,
}
Fields§
§line: &'a Line
§cell_metrics: &'a CellMetrics
§line_y: f64
§ctx: &'a Context
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RowView<'a>
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§
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