pub struct FutharkReduceByIndex {
pub dest: String,
pub op: String,
pub neutral: String,
pub indices: String,
pub values: String,
}Expand description
Futhark reduce_by_index (histogram)
Fields§
§dest: String§op: String§neutral: String§indices: String§values: StringTrait Implementations§
Source§impl Clone for FutharkReduceByIndex
impl Clone for FutharkReduceByIndex
Source§fn clone(&self) -> FutharkReduceByIndex
fn clone(&self) -> FutharkReduceByIndex
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 moreSource§impl Debug for FutharkReduceByIndex
impl Debug for FutharkReduceByIndex
Auto Trait Implementations§
impl Freeze for FutharkReduceByIndex
impl RefUnwindSafe for FutharkReduceByIndex
impl Send for FutharkReduceByIndex
impl Sync for FutharkReduceByIndex
impl Unpin for FutharkReduceByIndex
impl UnsafeUnpin for FutharkReduceByIndex
impl UnwindSafe for FutharkReduceByIndex
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