Enum rust_rpg_toolkit::nodes::draw_buffer::Bounds[][src]

pub enum Bounds {
    Point(Vec2),
    Rectangle(Rect),
    Circle(Circle),
    Collider(Collider),
}

Variants

Point(Vec2)

Tuple Fields of Point

0: Vec2
Rectangle(Rect)

Tuple Fields of Rectangle

0: Rect
Circle(Circle)

Tuple Fields of Circle

0: Circle
Collider(Collider)

Tuple Fields of Collider

0: Collider

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.