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