pub struct Artifact {
    pub image: BinaryImage,
    pub bound: BoundingRect,
}
Expand description

An artificial object that have a shape and a position in space

Fields

image: BinaryImage

shape image

bound: BoundingRect

position in space

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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.