Struct raylib_sys::BoundingBox [−][src]
Fields
min: Vector3
max: Vector3
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoundingBox
impl Send for BoundingBox
impl Sync for BoundingBox
impl Unpin for BoundingBox
impl UnwindSafe for BoundingBox
Blanket Implementations
Mutably borrows from an owned value. Read more