Struct plotpy::Shapes[][src]

pub struct Shapes {
    pub edge_color: String,
    pub face_color: String,
    pub is_closed: bool,
    pub scale: f64,
    pub style: String,
    // some fields omitted
}
Expand description

Draw polygonal shapes

Fields

edge_color: Stringface_color: Stringis_closed: boolscale: f64style: String

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.