#[repr(C)]pub struct RowInfo {
pub start_index: usize,
pub end_index: usize,
pub line_height: usize,
pub line_width: usize,
pub baseline_offset: usize,
}Fields§
§start_index: usize§end_index: usize§line_height: usize§line_width: usize§baseline_offset: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RowInfo
impl RefUnwindSafe for RowInfo
impl Send for RowInfo
impl Sync for RowInfo
impl Unpin for RowInfo
impl UnwindSafe for RowInfo
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