Struct wgpu_hal::vulkan::BindGroupLayout
source · pub struct BindGroupLayout { /* private fields */ }
Available on
vulkan
only.Trait Implementations§
source§impl Debug for BindGroupLayout
impl Debug for BindGroupLayout
source§impl DynResource for BindGroupLayout
impl DynResource for BindGroupLayout
impl DynBindGroupLayout for BindGroupLayout
Auto Trait Implementations§
impl RefUnwindSafe for BindGroupLayout
impl Send for BindGroupLayout
impl Sync for BindGroupLayout
impl Unpin for BindGroupLayout
impl UnwindSafe for BindGroupLayout
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