Struct ruststep::ap201::explicit_draughting::FillAreaStyle [−][src]
pub struct FillAreaStyle {
pub name: Label,
pub fill_styles: Vec<FillStyleSelect>,
}
Fields
name: Label
fill_styles: Vec<FillStyleSelect>
Implementations
Constructs a new FillAreaStyle
.
Trait Implementations
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 FillAreaStyle
impl Send for FillAreaStyle
impl Sync for FillAreaStyle
impl Unpin for FillAreaStyle
impl UnwindSafe for FillAreaStyle
Blanket Implementations
Mutably borrows from an owned value. Read more