Struct sndjvu_format::ser::TxtBuf
source · pub struct TxtBuf { /* private fields */ }
Expand description
Builder for the (uncompressed) data in a TXTz
chunk.
Calls to Self::start_zone
and Self::end_zone
must be balanced, and their nesting
determines the tree structure of the zones in the natural way.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TxtBuf
impl Send for TxtBuf
impl Sync for TxtBuf
impl Unpin for TxtBuf
impl UnwindSafe for TxtBuf
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