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