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