Struct gfx::core::mapping::Writable
[−]
pub struct Writable<'a, T, R, F> where F: 'a + Factory<R>, R: 'a + Resources, T: Copy, F::Mapper: 'a {
// some fields omitted
}A handle to a writable map, which only allows setting elements.