pub struct HashMapTextureProvider {
pub bind_groups: HashMap<String, BindGroup>,
}Fields§
§bind_groups: HashMap<String, BindGroup>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashMapTextureProvider
impl !RefUnwindSafe for HashMapTextureProvider
impl Send for HashMapTextureProvider
impl Sync for HashMapTextureProvider
impl Unpin for HashMapTextureProvider
impl !UnwindSafe for HashMapTextureProvider
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