pub struct JobExpand {
pub unit_position_base: <u32 as CubeType>::ExpandType,
pub num_tasks_per_unit: u32,
pub tile_num_elements: u32,
pub jump_length: u32,
pub line_size: u32,
pub input_ident: InputIdent,
}
Fields§
§unit_position_base: <u32 as CubeType>::ExpandType
§num_tasks_per_unit: u32
§tile_num_elements: u32
§jump_length: u32
§line_size: u32
§input_ident: InputIdent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobExpand
impl RefUnwindSafe for JobExpand
impl !Send for JobExpand
impl !Sync for JobExpand
impl Unpin for JobExpand
impl UnwindSafe for JobExpand
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