Struct wgpu_core::binding_model::PipelineLayout
source · pub struct PipelineLayout<A: HalApi> { /* private fields */ }
Trait Implementations§
source§impl<A: Debug + HalApi> Debug for PipelineLayout<A>where
A::PipelineLayout: Debug,
impl<A: Debug + HalApi> Debug for PipelineLayout<A>where
A::PipelineLayout: Debug,
Auto Trait Implementations§
impl<A> !Freeze for PipelineLayout<A>
impl<A> !RefUnwindSafe for PipelineLayout<A>
impl<A> Send for PipelineLayout<A>
impl<A> Sync for PipelineLayout<A>
impl<A> Unpin for PipelineLayout<A>
impl<A> !UnwindSafe for PipelineLayout<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