Struct ruststep::ap201::explicit_draughting::TextStyle [−][src]
pub struct TextStyle {
pub name: Label,
pub character_appearance: CharacterStyleSelect,
}
Fields
name: Label
character_appearance: CharacterStyleSelect
Implementations
Constructs a new TextStyle
.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TextStyle
impl UnwindSafe for TextStyle
Blanket Implementations
Mutably borrows from an owned value. Read more