Struct gfx::handle::RawMapping
[−]
pub struct RawMapping<R>(_) where R: Resources;Raw Mapping handle
pub struct RawMapping<R>(_) where R: Resources;Raw Mapping handle
impl<R> Deref for RawMapping<R> where R: Resourcestype Target = Raw<R>fn deref(&self) -> &RawMapping<R>::Targetimpl<R> Debug for RawMapping<R> where R: Resources + Debug