pub struct TensorReductionLaunch { /* private fields */ }Expand description
Checked launch coordinates, in elements rather than bytes.
Trait Implementations§
Source§impl Clone for TensorReductionLaunch
impl Clone for TensorReductionLaunch
Source§fn clone(&self) -> TensorReductionLaunch
fn clone(&self) -> TensorReductionLaunch
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 TensorReductionLaunch
Auto Trait Implementations§
impl Freeze for TensorReductionLaunch
impl RefUnwindSafe for TensorReductionLaunch
impl Send for TensorReductionLaunch
impl Sync for TensorReductionLaunch
impl Unpin for TensorReductionLaunch
impl UnsafeUnpin for TensorReductionLaunch
impl UnwindSafe for TensorReductionLaunch
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