Struct sndjvu_format::ser::ZoneBuf
source · pub struct ZoneBuf { /* private fields */ }
Expand description
Builder for the “zones” data in a TXTa
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 ZoneBuf
impl Send for ZoneBuf
impl Sync for ZoneBuf
impl Unpin for ZoneBuf
impl UnwindSafe for ZoneBuf
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