pub(crate) struct BindGroups {
pub(crate) dispatch: Box<dyn DynBindGroup>,
draw: Box<dyn DynBindGroup>,
}
Fields§
§dispatch: Box<dyn DynBindGroup>
§draw: Box<dyn DynBindGroup>
Implementations§
Source§impl BindGroups
impl BindGroups
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindGroups
impl !RefUnwindSafe for BindGroups
impl Send for BindGroups
impl Sync for BindGroups
impl Unpin for BindGroups
impl !UnwindSafe for BindGroups
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