Struct oxygengine_user_interface::raui::core::renderer::RawRenderer [−][src]
pub struct RawRenderer;
Trait Implementations
Returns the “default value” for a type. Read more
pub fn render(
&mut self,
tree: &WidgetUnit,
&CoordsMapping,
&Layout
) -> Result<WidgetUnit, ()>
Auto Trait Implementations
impl RefUnwindSafe for RawRenderer
impl Send for RawRenderer
impl Sync for RawRenderer
impl Unpin for RawRenderer
impl UnwindSafe for RawRenderer
Blanket Implementations
Mutably borrows from an owned value. Read more