pub enum FontFaceType {
Unknown,
Cff,
RawCff,
TrueType,
TrueTypeCollection,
Type1,
Vector,
Bitmap,
}Variants§
Trait Implementations§
Source§impl Clone for FontFaceType
impl Clone for FontFaceType
Source§fn clone(&self) -> FontFaceType
fn clone(&self) -> FontFaceType
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 FontFaceType
impl Debug for FontFaceType
Source§impl PartialEq for FontFaceType
impl PartialEq for FontFaceType
impl Copy for FontFaceType
impl StructuralPartialEq for FontFaceType
Auto Trait Implementations§
impl Freeze for FontFaceType
impl RefUnwindSafe for FontFaceType
impl Send for FontFaceType
impl Sync for FontFaceType
impl Unpin for FontFaceType
impl UnwindSafe for FontFaceType
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