Struct sndjvu_format::ser::SerializeBg44Chunks
source · pub struct SerializeBg44Chunks<'el, 'wr: 'el> { /* private fields */ }
Expand description
Serializer for a sequence of BG44
chunks within a DJVI
or DJVU
component.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'el, 'wr> !RefUnwindSafe for SerializeBg44Chunks<'el, 'wr>
impl<'el, 'wr> !Send for SerializeBg44Chunks<'el, 'wr>
impl<'el, 'wr> !Sync for SerializeBg44Chunks<'el, 'wr>
impl<'el, 'wr> Unpin for SerializeBg44Chunks<'el, 'wr>
impl<'el, 'wr> !UnwindSafe for SerializeBg44Chunks<'el, 'wr>
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