pub struct ComputePipelineInfo<'a> {
pub layout_ref: PipelineLayoutHandle,
pub stage: PipelineStage<'a>,
pub flags: PipelineCreateFlags,
}Fields§
§layout_ref: PipelineLayoutHandle§stage: PipelineStage<'a>§flags: PipelineCreateFlagsTrait Implementations§
Source§impl<'a> Clone for ComputePipelineInfo<'a>
impl<'a> Clone for ComputePipelineInfo<'a>
Source§fn clone(&self) -> ComputePipelineInfo<'a>
fn clone(&self) -> ComputePipelineInfo<'a>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'a> Freeze for ComputePipelineInfo<'a>
impl<'a> RefUnwindSafe for ComputePipelineInfo<'a>
impl<'a> Send for ComputePipelineInfo<'a>
impl<'a> Sync for ComputePipelineInfo<'a>
impl<'a> Unpin for ComputePipelineInfo<'a>
impl<'a> UnwindSafe for ComputePipelineInfo<'a>
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