pub struct BindGroupDescriptor<'a> {
pub label: Option<&'a str>,
pub layout: BindGroupLayoutId,
pub bindings: &'a [BindGroupEntry<'a>],
}Fields§
§label: Option<&'a str>§layout: BindGroupLayoutId§bindings: &'a [BindGroupEntry<'a>]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BindGroupDescriptor<'a>
impl<'a> !RefUnwindSafe for BindGroupDescriptor<'a>
impl<'a> Send for BindGroupDescriptor<'a>
impl<'a> Sync for BindGroupDescriptor<'a>
impl<'a> Unpin for BindGroupDescriptor<'a>
impl<'a> !UnwindSafe for BindGroupDescriptor<'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