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