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