Struct sndjvu_format::ser::AnnotBuf
source · pub struct AnnotBuf { /* private fields */ }
Expand description
Builder for the (uncompressed) data in an ANTa
or ANTz
chunk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AnnotBuf
impl Send for AnnotBuf
impl Sync for AnnotBuf
impl Unpin for AnnotBuf
impl UnwindSafe for AnnotBuf
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