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