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: BoundChecksInner
Trait 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