Struct ruststep::ap201::explicit_draughting::TextStyleWithMirror [−][src]
pub struct TextStyleWithMirror {
pub text_style: TextStyle,
pub mirror_placement: Axis2Placement,
}
Fields
text_style: TextStyle
mirror_placement: Axis2Placement
Implementations
Constructs a new TextStyleWithMirror
.
Methods from Deref<Target = TextStyle>
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextStyleWithMirror
impl Send for TextStyleWithMirror
impl Sync for TextStyleWithMirror
impl Unpin for TextStyleWithMirror
impl UnwindSafe for TextStyleWithMirror
Blanket Implementations
Mutably borrows from an owned value. Read more