pub enum FutharkVersion {
V020,
V021,
V022,
V023,
V024,
V025,
Latest,
}Expand description
Futhark version target
Variants§
Trait Implementations§
Source§impl Clone for FutharkVersion
impl Clone for FutharkVersion
Source§fn clone(&self) -> FutharkVersion
fn clone(&self) -> FutharkVersion
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 FutharkVersion
impl Debug for FutharkVersion
Source§impl Display for FutharkVersion
impl Display for FutharkVersion
Source§impl PartialEq for FutharkVersion
impl PartialEq for FutharkVersion
impl Eq for FutharkVersion
impl StructuralPartialEq for FutharkVersion
Auto Trait Implementations§
impl Freeze for FutharkVersion
impl RefUnwindSafe for FutharkVersion
impl Send for FutharkVersion
impl Sync for FutharkVersion
impl Unpin for FutharkVersion
impl UnsafeUnpin for FutharkVersion
impl UnwindSafe for FutharkVersion
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