Struct rin_scene::renderer::resources::DebugSortedGeometry [−][src]
pub struct DebugSortedGeometry { /* fields omitted */ }Implementations
impl DebugSortedGeometry[src]
impl DebugSortedGeometry[src]pub fn new() -> DebugSortedGeometry[src]
pub fn geometryrefs(&self) -> impl Iterator<Item = &Entity> + '_[src]
pub fn reset_has_changed(&mut self)[src]
pub fn has_changed(&self) -> bool[src]
Trait Implementations
impl Clone for DebugSortedGeometry[src]
impl Clone for DebugSortedGeometry[src]fn clone(&self) -> DebugSortedGeometry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Deref for DebugSortedGeometry[src]
impl Deref for DebugSortedGeometry[src]type Target = Vec<GeometryIndex>
The resulting type after dereferencing.
fn deref(&self) -> &Vec<GeometryIndex>[src]
impl DerefMut for DebugSortedGeometry[src]
impl DerefMut for DebugSortedGeometry[src]fn deref_mut(&mut self) -> &mut Vec<GeometryIndex>[src]
Auto Trait Implementations
impl RefUnwindSafe for DebugSortedGeometry
impl Send for DebugSortedGeometry
impl Sync for DebugSortedGeometry
impl Unpin for DebugSortedGeometry
impl UnwindSafe for DebugSortedGeometry
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]