Home
last modified time | relevance | path

Searched defs:MappedBufferObject (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/gbm/src/
Dbuffer_object.rs73 pub struct MappedBufferObject<'a, T: 'static> { struct
84 impl<'a, T> fmt::Debug for MappedBufferObject<'a, T> { argument
105 impl<'a, T: 'static> MappedBufferObject<'a, T> { impl
144 impl<'a, T: 'static> Deref for MappedBufferObject<'a, T> { implementation
154 impl<'a, T: 'static> DerefMut for MappedBufferObject<'a, T> { implementation
163 impl<'a, T: 'static> Drop for MappedBufferObject<'a, T> { implementation