pub struct EpistemicSplitExecutableComponent {
pub component: EpistemicDependencyComponent,
pub executable: EpistemicExecutablePlan,
}Expand description
One split component lowered through the production epistemic GPU plan path.
Fields§
§component: EpistemicDependencyComponentSource dependency component covered by this executable subplan.
executable: EpistemicExecutablePlanGPU contract plus reduced runtime plan for this component.
Trait Implementations§
Source§impl Clone for EpistemicSplitExecutableComponent
impl Clone for EpistemicSplitExecutableComponent
Source§fn clone(&self) -> EpistemicSplitExecutableComponent
fn clone(&self) -> EpistemicSplitExecutableComponent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EpistemicSplitExecutableComponent
impl RefUnwindSafe for EpistemicSplitExecutableComponent
impl Send for EpistemicSplitExecutableComponent
impl Sync for EpistemicSplitExecutableComponent
impl Unpin for EpistemicSplitExecutableComponent
impl UnsafeUnpin for EpistemicSplitExecutableComponent
impl UnwindSafe for EpistemicSplitExecutableComponent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more