pub struct ComputePassDesc {
pub label: Option<String>,
pub owner: Option<NodeKey>,
pub program: ProgramId,
pub bindings: Vec<Binding>,
pub dispatch: ComputeDispatch,
}Fields§
§label: Option<String>§owner: Option<NodeKey>§program: ProgramId§bindings: Vec<Binding>§dispatch: ComputeDispatchTrait Implementations§
Source§impl Clone for ComputePassDesc
impl Clone for ComputePassDesc
Source§fn clone(&self) -> ComputePassDesc
fn clone(&self) -> ComputePassDesc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ComputePassDesc
impl RefUnwindSafe for ComputePassDesc
impl Send for ComputePassDesc
impl Sync for ComputePassDesc
impl Unpin for ComputePassDesc
impl UnsafeUnpin for ComputePassDesc
impl UnwindSafe for ComputePassDesc
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