pub struct FutharkConcat {
pub arrays: Vec<String>,
pub dim: Option<usize>,
}Expand description
Futhark concat
Fields§
§arrays: Vec<String>§dim: Option<usize>Trait Implementations§
Source§impl Clone for FutharkConcat
impl Clone for FutharkConcat
Source§fn clone(&self) -> FutharkConcat
fn clone(&self) -> FutharkConcat
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 FutharkConcat
impl Debug for FutharkConcat
Auto Trait Implementations§
impl Freeze for FutharkConcat
impl RefUnwindSafe for FutharkConcat
impl Send for FutharkConcat
impl Sync for FutharkConcat
impl Unpin for FutharkConcat
impl UnsafeUnpin for FutharkConcat
impl UnwindSafe for FutharkConcat
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