pub enum FontSpacing {
Proportional,
Monospace,
CharacterCell,
MultiCell,
}Variants§
Trait Implementations§
Source§impl Clone for FontSpacing
impl Clone for FontSpacing
Source§fn clone(&self) -> FontSpacing
fn clone(&self) -> FontSpacing
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 FontSpacing
impl Debug for FontSpacing
Source§impl Hash for FontSpacing
impl Hash for FontSpacing
Source§impl PartialEq for FontSpacing
impl PartialEq for FontSpacing
impl Eq for FontSpacing
impl StructuralPartialEq for FontSpacing
Auto Trait Implementations§
impl Freeze for FontSpacing
impl RefUnwindSafe for FontSpacing
impl Send for FontSpacing
impl Sync for FontSpacing
impl Unpin for FontSpacing
impl UnwindSafe for FontSpacing
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