pub struct SyncFullTilewiseJobExpand {
pub num_tiles_to_skip: <u32 as CubeType>::ExpandType,
pub num_lines_to_skip: <u32 as CubeType>::ExpandType,
pub num_lines_per_tile: u32,
pub num_lines_per_unit: u32,
pub plane_dim: u32,
pub line_size: u32,
pub input_ident: InputIdent,
}
Fields§
§num_tiles_to_skip: <u32 as CubeType>::ExpandType
§num_lines_to_skip: <u32 as CubeType>::ExpandType
§num_lines_per_tile: u32
§num_lines_per_unit: u32
§plane_dim: u32
§line_size: u32
§input_ident: InputIdent
Trait Implementations§
Source§impl Clone for SyncFullTilewiseJobExpand
impl Clone for SyncFullTilewiseJobExpand
Source§impl CubeDebug for SyncFullTilewiseJobExpand
impl CubeDebug for SyncFullTilewiseJobExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for SyncFullTilewiseJobExpand
impl RefUnwindSafe for SyncFullTilewiseJobExpand
impl !Send for SyncFullTilewiseJobExpand
impl !Sync for SyncFullTilewiseJobExpand
impl Unpin for SyncFullTilewiseJobExpand
impl UnwindSafe for SyncFullTilewiseJobExpand
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