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