pub struct PipelineLayout<B: Backend> { /* private fields */ }Trait Implementations§
Source§impl<B: Debug + Backend> Debug for PipelineLayout<B>where
B::PipelineLayout: Debug,
impl<B: Debug + Backend> Debug for PipelineLayout<B>where
B::PipelineLayout: Debug,
impl<B: Backend> Access<BindGroup<B>> for PipelineLayout<B>
impl<B: Backend> Access<BindGroupLayout<B>> for PipelineLayout<B>
impl<B: Backend> Access<PipelineLayout<B>> for Device<B>
impl<B: Backend> Access<PipelineLayout<B>> for RenderBundle
impl<B: Backend> Access<PipelineLayout<B>> for Root
Auto Trait Implementations§
impl<B> !Freeze for PipelineLayout<B>
impl<B> !RefUnwindSafe for PipelineLayout<B>
impl<B> Send for PipelineLayout<B>
impl<B> Sync for PipelineLayout<B>
impl<B> Unpin for PipelineLayout<B>
impl<B> !UnwindSafe for PipelineLayout<B>
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