Enum rust_rpg_toolkit::nodes::draw_buffer::Bounds [−][src]
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
impl RefUnwindSafe for Bounds
impl UnwindSafe for Bounds
Blanket Implementations
Mutably borrows from an owned value. Read more