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