Struct sndjvu_format::ser::BookmarkBuf
source · pub struct BookmarkBuf { /* private fields */ }
Expand description
Builder for the (uncompressed) data in a NAVM
chunk.
Calls to Self::start_bookmark
and Self::end_bookmark
must be balanced, and their nesting
determines the tree structure of the bookmarks in the natural way.
Implementations§
Trait Implementations§
source§impl Clone for BookmarkBuf
impl Clone for BookmarkBuf
source§fn clone(&self) -> BookmarkBuf
fn clone(&self) -> BookmarkBuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BookmarkBuf
impl Debug for BookmarkBuf
source§impl Default for BookmarkBuf
impl Default for BookmarkBuf
source§fn default() -> BookmarkBuf
fn default() -> BookmarkBuf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BookmarkBuf
impl Send for BookmarkBuf
impl Sync for BookmarkBuf
impl Unpin for BookmarkBuf
impl UnwindSafe for BookmarkBuf
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