Struct rin_scene::renderer::resources::TranslucentSortedGeometry [−][src]
pub struct TranslucentSortedGeometry { /* fields omitted */ }Implementations
impl TranslucentSortedGeometry[src]
impl TranslucentSortedGeometry[src]pub fn new() -> TranslucentSortedGeometry[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 TranslucentSortedGeometry[src]
impl Clone for TranslucentSortedGeometry[src]fn clone(&self) -> TranslucentSortedGeometry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Deref for TranslucentSortedGeometry[src]
impl Deref for TranslucentSortedGeometry[src]type Target = Vec<GeometryIndex>
The resulting type after dereferencing.
fn deref(&self) -> &Vec<GeometryIndex>[src]
impl DerefMut for TranslucentSortedGeometry[src]
impl DerefMut for TranslucentSortedGeometry[src]fn deref_mut(&mut self) -> &mut Vec<GeometryIndex>[src]
Auto Trait Implementations
impl RefUnwindSafe for TranslucentSortedGeometry
impl Send for TranslucentSortedGeometry
impl Sync for TranslucentSortedGeometry
impl Unpin for TranslucentSortedGeometry
impl UnwindSafe for TranslucentSortedGeometry
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]