pub struct DjvuFile {
pub root: Chunk,
}Expand description
A parsed DjVu document (the root FORM chunk).
Fields§
§root: ChunkTrait Implementations§
Auto Trait Implementations§
impl Freeze for DjvuFile
impl RefUnwindSafe for DjvuFile
impl Send for DjvuFile
impl Sync for DjvuFile
impl Unpin for DjvuFile
impl UnsafeUnpin for DjvuFile
impl UnwindSafe for DjvuFile
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