pub enum FontFileType {
TrueType,
OpenType,
}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 moreimpl Copy 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 UnsafeUnpin 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