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