Trait avrox_display::gfx::RenderPlane
source · pub trait RenderPlane {
const WIDTH: XCoord;
const HEIGHT: YCoord;
const ORDERHINT: RenderOrderingHint;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.