Trait rinecs::component::Changes[][src]

pub trait Changes {
    fn has_changed(&self) -> bool;
fn reset_changed(&mut self); }

Required methods

fn has_changed(&self) -> bool[src]

fn reset_changed(&mut self)[src]

Implementations on Foreign Types

impl<'a, T: Changes> Changes for &'a mut T[src]

Implementors

impl<'a, T> Changes for SliceViewMut<'a, T> where
    &'b T: HasChanged,
    &'b mut T: Changes
[src]

impl Changes for MaterialRef

impl Changes for MaterialMultiRef

impl Changes for ShadowMaterialRef

impl Changes for Visible

impl<T: 'static + Clone> Changes for Geometry<T>

impl Changes for GeometryRef

impl Changes for DebugGeometryRef

impl Changes for Map

impl Changes for StaticMap

impl Changes for DirectionalLight

impl Changes for AreaLight

impl Changes for PointLight

impl Changes for SpotLight