pub struct SparsePlan {
pub algorithm: SparseAlgorithm,
pub output_elements: u32,
pub block_threads: u32,
pub grid_blocks: u32,
}Fields§
§algorithm: SparseAlgorithm§output_elements: u32§block_threads: u32§grid_blocks: u32Trait Implementations§
Source§impl Clone for SparsePlan
impl Clone for SparsePlan
Source§fn clone(&self) -> SparsePlan
fn clone(&self) -> SparsePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparsePlan
Source§impl Debug for SparsePlan
impl Debug for SparsePlan
impl Eq for SparsePlan
Source§impl PartialEq for SparsePlan
impl PartialEq for SparsePlan
impl StructuralPartialEq for SparsePlan
Auto Trait Implementations§
impl Freeze for SparsePlan
impl RefUnwindSafe for SparsePlan
impl Send for SparsePlan
impl Sync for SparsePlan
impl Unpin for SparsePlan
impl UnsafeUnpin for SparsePlan
impl UnwindSafe for SparsePlan
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