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