pub struct ReduceParams {
    pub shared: Option<u32>,
    pub use_planes: bool,
    pub line_size_input: u32,
    pub line_size_output: u32,
    pub line_mode: LineMode,
    pub bound_checks: bool,
    pub bound_checks_inner: BoundChecksInner,
}Fields§
§use_planes: bool§line_size_input: u32§line_size_output: u32§line_mode: LineMode§bound_checks: bool§bound_checks_inner: BoundChecksInnerTrait Implementations§
Source§impl Clone for ReduceParams
 
impl Clone for ReduceParams
Source§fn clone(&self) -> ReduceParams
 
fn clone(&self) -> ReduceParams
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 ReduceParams
 
impl Debug for ReduceParams
Source§impl Hash for ReduceParams
 
impl Hash for ReduceParams
Source§impl PartialEq for ReduceParams
 
impl PartialEq for ReduceParams
impl Copy for ReduceParams
impl Eq for ReduceParams
impl StructuralPartialEq for ReduceParams
Auto Trait Implementations§
impl Freeze for ReduceParams
impl RefUnwindSafe for ReduceParams
impl Send for ReduceParams
impl Sync for ReduceParams
impl Unpin for ReduceParams
impl UnwindSafe for ReduceParams
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.