pub struct FutharkFeatureFlags {
pub enable_unsafe: bool,
pub enable_in_place_updates: bool,
pub enable_streaming: bool,
pub enable_loop_fusion: bool,
pub enable_double_buffering: bool,
}Expand description
Futhark feature flags
Fields§
§enable_unsafe: bool§enable_in_place_updates: bool§enable_streaming: bool§enable_loop_fusion: bool§enable_double_buffering: boolTrait Implementations§
Source§impl Clone for FutharkFeatureFlags
impl Clone for FutharkFeatureFlags
Source§fn clone(&self) -> FutharkFeatureFlags
fn clone(&self) -> FutharkFeatureFlags
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 FutharkFeatureFlags
impl Debug for FutharkFeatureFlags
Source§impl Default for FutharkFeatureFlags
impl Default for FutharkFeatureFlags
Source§fn default() -> FutharkFeatureFlags
fn default() -> FutharkFeatureFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FutharkFeatureFlags
impl RefUnwindSafe for FutharkFeatureFlags
impl Send for FutharkFeatureFlags
impl Sync for FutharkFeatureFlags
impl Unpin for FutharkFeatureFlags
impl UnsafeUnpin for FutharkFeatureFlags
impl UnwindSafe for FutharkFeatureFlags
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