Struct oxygengine_user_interface::raui::core::prelude::RawRenderer [−][src]
pub struct RawRenderer;
Trait Implementations
impl Clone for RawRenderer[src]
impl Clone for RawRenderer[src]pub fn clone(&self) -> RawRenderer[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RawRenderer[src]
impl Copy for RawRenderer[src]impl Default for RawRenderer[src]
impl Default for RawRenderer[src]pub fn default() -> RawRenderer[src]
impl Renderer<WidgetUnit, ()> for RawRenderer[src]
impl Renderer<WidgetUnit, ()> for RawRenderer[src]pub fn render(
&mut self,
tree: &WidgetUnit,
&CoordsMapping,
&Layout
) -> Result<WidgetUnit, ()>[src]
&mut self,
tree: &WidgetUnit,
&CoordsMapping,
&Layout
) -> Result<WidgetUnit, ()>
Auto Trait Implementations
impl RefUnwindSafe for RawRenderer
impl RefUnwindSafe for RawRendererimpl Send for RawRenderer
impl Send for RawRendererimpl Sync for RawRenderer
impl Sync for RawRendererimpl Unpin for RawRenderer
impl Unpin for RawRendererimpl UnwindSafe for RawRenderer
impl UnwindSafe for RawRendererBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,