#[repr(C)]pub struct WGPUComputePipelineDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub layout: WGPUPipelineLayout,
pub compute: WGPUComputeState,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§layout: WGPUPipelineLayout§compute: WGPUComputeStateTrait Implementations§
Source§impl Clone for WGPUComputePipelineDescriptor
impl Clone for WGPUComputePipelineDescriptor
Source§fn clone(&self) -> WGPUComputePipelineDescriptor
fn clone(&self) -> WGPUComputePipelineDescriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUComputePipelineDescriptor
Auto Trait Implementations§
impl Freeze for WGPUComputePipelineDescriptor
impl RefUnwindSafe for WGPUComputePipelineDescriptor
impl !Send for WGPUComputePipelineDescriptor
impl !Sync for WGPUComputePipelineDescriptor
impl Unpin for WGPUComputePipelineDescriptor
impl UnwindSafe for WGPUComputePipelineDescriptor
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