pub enum FontPitchType {
Default,
Fixed,
Variable,
}
Variants§
Trait Implementations§
Source§impl Clone for FontPitchType
impl Clone for FontPitchType
Source§fn clone(&self) -> FontPitchType
fn clone(&self) -> FontPitchType
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 FontPitchType
impl Debug for FontPitchType
Source§impl Display for FontPitchType
impl Display for FontPitchType
impl Copy for FontPitchType
Auto Trait Implementations§
impl Freeze for FontPitchType
impl RefUnwindSafe for FontPitchType
impl Send for FontPitchType
impl Sync for FontPitchType
impl Unpin for FontPitchType
impl UnwindSafe for FontPitchType
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