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