pub struct ProgressiveFusionEntry {
pub signal: OperatorTree,
pub k: usize,
}Expand description
One stage of a OperatorTree::ProgressiveFusion.
Fields§
§signal: OperatorTree§k: usizeTrait Implementations§
Source§impl Clone for ProgressiveFusionEntry
impl Clone for ProgressiveFusionEntry
Source§fn clone(&self) -> ProgressiveFusionEntry
fn clone(&self) -> ProgressiveFusionEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for ProgressiveFusionEntry
impl !UnwindSafe for ProgressiveFusionEntry
impl Freeze for ProgressiveFusionEntry
impl Send for ProgressiveFusionEntry
impl Sync for ProgressiveFusionEntry
impl Unpin for ProgressiveFusionEntry
impl UnsafeUnpin for ProgressiveFusionEntry
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