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