pub struct BindGroupLayout { /* private fields */ }
Expand description
Bind group layout.
Trait Implementations§
Source§impl Debug for BindGroupLayout
impl Debug for BindGroupLayout
Source§impl Drop for BindGroupLayout
impl Drop for BindGroupLayout
Source§impl Labeled for BindGroupLayout
impl Labeled for BindGroupLayout
Source§fn label(&self) -> &str
fn label(&self) -> &str
Returns a string identifying this resource for logging and errors. Read more
fn error_ident(&self) -> ResourceErrorIdent
Source§impl ParentDevice for BindGroupLayout
impl ParentDevice for BindGroupLayout
Source§impl ResourceType for BindGroupLayout
impl ResourceType for BindGroupLayout
Auto Trait Implementations§
impl !Freeze for BindGroupLayout
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