pub struct DocMeta {
pub codepage: u16,
pub lid: u16,
pub stats: Stats,
}Expand description
Document-level metadata.
Fields§
§codepage: u16ANSI codepage of 8-bit pieces (e.g. 949 for Korean).
lid: u16FIB language id (lid).
stats: StatsAggregate counts (paragraphs, tables, figures, characters).
Trait Implementations§
impl StructuralPartialEq for DocMeta
Auto Trait Implementations§
impl Freeze for DocMeta
impl RefUnwindSafe for DocMeta
impl Send for DocMeta
impl Sync for DocMeta
impl Unpin for DocMeta
impl UnsafeUnpin for DocMeta
impl UnwindSafe for DocMeta
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