Struct wgpu_core::binding_model::PipelineLayout [−][src]
pub struct PipelineLayout<B: Backend> { /* fields omitted */ }
Trait Implementations
impl<B: Debug + Backend> Debug for PipelineLayout<B> where
B::PipelineLayout: Debug,
[src]
impl<B: Debug + Backend> Debug for PipelineLayout<B> where
B::PipelineLayout: Debug,
[src]impl<B: Backend> Resource for PipelineLayout<B>
[src]
impl<B: Backend> Resource for PipelineLayout<B>
[src]impl<B: Backend> Access<BindGroup<B>> for PipelineLayout<B>
[src]
impl<B: Backend> Access<BindGroupLayout<B>> for PipelineLayout<B>
[src]
impl<B: Backend> Access<PipelineLayout<B>> for Root
[src]
impl<B: Backend> Access<PipelineLayout<B>> for Device<B>
[src]
impl<B: Backend> Access<PipelineLayout<B>> for RenderBundle
[src]
Auto Trait Implementations
impl<B> !RefUnwindSafe for PipelineLayout<B>
impl<B> Send for PipelineLayout<B>
impl<B> Sync for PipelineLayout<B>
impl<B> Unpin for PipelineLayout<B> where
<B as Backend>::PipelineLayout: Unpin,
<B as Backend>::PipelineLayout: Unpin,
impl<B> !UnwindSafe for PipelineLayout<B>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more