pub enum TextTransform {
Show 14 variants
Bold = 1,
BoldFraktur = 2,
BoldItalic = 3,
BoldSansSerif = 4,
BoldScript = 5,
DoubleStruck = 6,
Fraktur = 7,
Italic = 8,
Monospace = 9,
SansSerif = 10,
SansSerifBoldItalic = 11,
SansSerifItalic = 12,
ScriptChancery = 13,
ScriptRoundhand = 14,
}Variants§
Bold = 1
BoldFraktur = 2
BoldItalic = 3
BoldSansSerif = 4
BoldScript = 5
DoubleStruck = 6
Fraktur = 7
Italic = 8
Monospace = 9
SansSerif = 10
SansSerifBoldItalic = 11
SansSerifItalic = 12
ScriptChancery = 13
ScriptRoundhand = 14
Implementations§
Trait Implementations§
Source§impl Clone for TextTransform
impl Clone for TextTransform
Source§fn clone(&self) -> TextTransform
fn clone(&self) -> TextTransform
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 TextTransform
impl Debug for TextTransform
Source§impl PartialEq for TextTransform
impl PartialEq for TextTransform
impl Copy for TextTransform
impl StructuralPartialEq for TextTransform
Auto Trait Implementations§
impl Freeze for TextTransform
impl RefUnwindSafe for TextTransform
impl Send for TextTransform
impl Sync for TextTransform
impl Unpin for TextTransform
impl UnwindSafe for TextTransform
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