Struct pdfium_render::fonts::PdfFontToken
source · pub struct PdfFontToken(_);Expand description
Trait Implementations§
source§impl Clone for PdfFontToken
impl Clone for PdfFontToken
source§fn clone(&self) -> PdfFontToken
fn clone(&self) -> PdfFontToken
Returns a copy 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 PdfFontToken
impl Debug for PdfFontToken
source§impl Hash for PdfFontToken
impl Hash for PdfFontToken
source§impl PartialEq<PdfFontToken> for PdfFontToken
impl PartialEq<PdfFontToken> for PdfFontToken
source§fn eq(&self, other: &PdfFontToken) -> bool
fn eq(&self, other: &PdfFontToken) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToPdfFontToken for PdfFontToken
impl ToPdfFontToken for PdfFontToken
fn token(&self) -> PdfFontToken
impl Copy for PdfFontToken
impl Eq for PdfFontToken
impl StructuralEq for PdfFontToken
impl StructuralPartialEq for PdfFontToken
Auto Trait Implementations§
impl RefUnwindSafe for PdfFontToken
impl !Send for PdfFontToken
impl !Sync for PdfFontToken
impl Unpin for PdfFontToken
impl UnwindSafe for PdfFontToken
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