pub enum TextRendering {
OptimizeSpeed,
OptimizeLegibility,
GeometricPrecision,
}Expand description
A text rendering method.
text-rendering attribute in the SVG.
Variants§
Trait Implementations§
Source§impl Clone for TextRendering
impl Clone for TextRendering
Source§fn clone(&self) -> TextRendering
fn clone(&self) -> TextRendering
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 TextRendering
impl Debug for TextRendering
Source§impl Default for TextRendering
impl Default for TextRendering
Source§impl FromStr for TextRendering
impl FromStr for TextRendering
Source§impl<'a, 'input: 'a> FromValue<'a, 'input> for TextRendering
impl<'a, 'input: 'a> FromValue<'a, 'input> for TextRendering
Source§impl Hash for TextRendering
impl Hash for TextRendering
Source§impl PartialEq for TextRendering
impl PartialEq for TextRendering
impl Copy for TextRendering
impl Eq for TextRendering
impl StructuralPartialEq for TextRendering
Auto Trait Implementations§
impl Freeze for TextRendering
impl RefUnwindSafe for TextRendering
impl Send for TextRendering
impl Sync for TextRendering
impl Unpin for TextRendering
impl UnwindSafe for TextRendering
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.