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