pub enum FontFileType {
Type1,
TrueType,
OpenTypeCFF,
}Expand description
Font file type for embedding
Variants§
Trait Implementations§
Source§impl Clone for FontFileType
impl Clone for FontFileType
Source§fn clone(&self) -> FontFileType
fn clone(&self) -> FontFileType
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 FontFileType
impl Debug for FontFileType
Source§impl PartialEq for FontFileType
impl PartialEq for FontFileType
impl Copy for FontFileType
impl StructuralPartialEq for FontFileType
Auto Trait Implementations§
impl Freeze for FontFileType
impl RefUnwindSafe for FontFileType
impl Send for FontFileType
impl Sync for FontFileType
impl Unpin for FontFileType
impl UnwindSafe for FontFileType
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