pub struct BindGroupDescriptor {
pub label: Option<String>,
pub layout: Option<BindGroupLayout>,
pub entries: Option<Vec<BindGroupEntry>>,
/* private fields */
}Fields§
§label: Option<String>§layout: Option<BindGroupLayout>§entries: Option<Vec<BindGroupEntry>>Implementations§
Source§impl BindGroupDescriptor
impl BindGroupDescriptor
pub fn new() -> Self
pub fn with_extension(self, extension: BindGroupDescriptorExtension) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindGroupDescriptor
impl RefUnwindSafe for BindGroupDescriptor
impl Send for BindGroupDescriptor
impl Sync for BindGroupDescriptor
impl Unpin for BindGroupDescriptor
impl UnsafeUnpin for BindGroupDescriptor
impl UnwindSafe for BindGroupDescriptor
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