Struct oxygengine_core::ecs::pipeline::PipelineGraphSystem
source · [−]pub struct PipelineGraphSystem {
pub system: System,
pub reads: HashSet<TypeId>,
pub writes: HashSet<TypeId>,
pub layer: PipelineLayer,
pub lock_on_single_thread: bool,
}
Fields
system: System
reads: HashSet<TypeId>
writes: HashSet<TypeId>
layer: PipelineLayer
lock_on_single_thread: bool
Trait Implementations
sourceimpl Clone for PipelineGraphSystem
impl Clone for PipelineGraphSystem
sourcefn clone(&self) -> PipelineGraphSystem
fn clone(&self) -> PipelineGraphSystem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PipelineGraphSystem
impl Debug for PipelineGraphSystem
sourceimpl PartialEq<PipelineGraphSystem> for PipelineGraphSystem
impl PartialEq<PipelineGraphSystem> for PipelineGraphSystem
Auto Trait Implementations
impl RefUnwindSafe for PipelineGraphSystem
impl Send for PipelineGraphSystem
impl Sync for PipelineGraphSystem
impl Unpin for PipelineGraphSystem
impl UnwindSafe for PipelineGraphSystem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more