pub struct ScanPipeline {
pub bind_group_layout: BindGroupLayout,
pub scan_pipeline: ComputePipeline,
pub add_pipeline: ComputePipeline,
pub vt: u32,
pub block_size: u32,
}Fields§
§bind_group_layout: BindGroupLayout§scan_pipeline: ComputePipeline§add_pipeline: ComputePipeline§vt: u32§block_size: u32Implementations§
Source§impl ScanPipeline
impl ScanPipeline
Auto Trait Implementations§
impl Freeze for ScanPipeline
impl !RefUnwindSafe for ScanPipeline
impl Send for ScanPipeline
impl Sync for ScanPipeline
impl Unpin for ScanPipeline
impl !UnwindSafe for ScanPipeline
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