pub struct PdfiumBookmark { /* private fields */ }
Expand description
§Rust interface to FPDF_BOOKMARK
Trait Implementations§
Source§impl Clone for PdfiumBookmark
impl Clone for PdfiumBookmark
Source§fn clone(&self) -> PdfiumBookmark
fn clone(&self) -> PdfiumBookmark
Returns a duplicate 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 PdfiumBookmark
impl Debug for PdfiumBookmark
Source§impl From<&PdfiumBookmark> for FPDF_BOOKMARK
impl From<&PdfiumBookmark> for FPDF_BOOKMARK
Source§fn from(bookmark: &PdfiumBookmark) -> Self
fn from(bookmark: &PdfiumBookmark) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PdfiumBookmark
impl RefUnwindSafe for PdfiumBookmark
impl !Send for PdfiumBookmark
impl !Sync for PdfiumBookmark
impl Unpin for PdfiumBookmark
impl UnwindSafe for PdfiumBookmark
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