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