Struct ruststep::ap201::explicit_draughting::AreaInSet [−][src]
pub struct AreaInSet {
pub area: PresentationAreaAny,
pub in_set: PresentationSetAny,
}
Fields
area: PresentationAreaAny
in_set: PresentationSetAny
Implementations
Constructs a new AreaInSet
.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AreaInSet
impl UnwindSafe for AreaInSet
Blanket Implementations
Mutably borrows from an owned value. Read more