pub struct GPUPipelineLayoutDescriptor {
pub bind_group_layouts: Vec<BindGroupLayout>,
}Fields§
§bind_group_layouts: Vec<BindGroupLayout>Auto Trait Implementations§
impl Freeze for GPUPipelineLayoutDescriptor
impl RefUnwindSafe for GPUPipelineLayoutDescriptor
impl Send for GPUPipelineLayoutDescriptor
impl Sync for GPUPipelineLayoutDescriptor
impl Unpin for GPUPipelineLayoutDescriptor
impl UnsafeUnpin for GPUPipelineLayoutDescriptor
impl UnwindSafe for GPUPipelineLayoutDescriptor
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