pub struct BindGroupCompound {
pub binding_group_layouts: BindGroupLayout,
pub binding_groups: BindGroup,
}Fields§
§binding_group_layouts: BindGroupLayout§binding_groups: BindGroupAuto Trait Implementations§
impl Freeze for BindGroupCompound
impl !RefUnwindSafe for BindGroupCompound
impl Send for BindGroupCompound
impl Sync for BindGroupCompound
impl Unpin for BindGroupCompound
impl !UnwindSafe for BindGroupCompound
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