pub trait RectVolSize: Clone {
    const RECT_SIZE: Vec2<u32>;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§