pub struct PageStats {
pub page: u32,
pub lines: usize,
pub chars: usize,
pub two_column: bool,
}Expand description
Per-page reconstruction diagnostics for the conversion report.
Fields§
§page: u32§lines: usize§chars: usize§two_column: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PageStats
impl RefUnwindSafe for PageStats
impl Send for PageStats
impl Sync for PageStats
impl Unpin for PageStats
impl UnsafeUnpin for PageStats
impl UnwindSafe for PageStats
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