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