Struct cubecl_cuda::compiler::OptimizedArgs
source · pub struct OptimizedArgs<const N: usize> {
pub args: [Variable; N],
pub optimization_factor: Option<usize>,
}
Fields§
§args: [Variable; N]
§optimization_factor: Option<usize>
Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for OptimizedArgs<N>
impl<const N: usize> RefUnwindSafe for OptimizedArgs<N>
impl<const N: usize> Send for OptimizedArgs<N>
impl<const N: usize> Sync for OptimizedArgs<N>
impl<const N: usize> Unpin for OptimizedArgs<N>
impl<const N: usize> UnwindSafe for OptimizedArgs<N>
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