pub struct LineSizeStrategy {
pub parallel_output_vectorization: bool,
}Fields§
§parallel_output_vectorization: boolWhen the vectorization is parallel, enable vectorization of the output so that each
unit can perform N reductions, where N is the output line_size.
Trait Implementations§
Source§impl Clone for LineSizeStrategy
impl Clone for LineSizeStrategy
Source§fn clone(&self) -> LineSizeStrategy
fn clone(&self) -> LineSizeStrategy
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 LineSizeStrategy
impl Debug for LineSizeStrategy
impl Copy for LineSizeStrategy
Auto Trait Implementations§
impl Freeze for LineSizeStrategy
impl RefUnwindSafe for LineSizeStrategy
impl Send for LineSizeStrategy
impl Sync for LineSizeStrategy
impl Unpin for LineSizeStrategy
impl UnwindSafe for LineSizeStrategy
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