Enum mold2d::collision::BoundingBox [] [src]

pub enum BoundingBox {
    Rectangle(SpriteRectangle),
}

Variants

Methods

impl BoundingBox
[src]

Trait Implementations

impl Clone for BoundingBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BoundingBox
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Collision<&'a BoundingBox> for BoundingBox
[src]