Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/drm/src/control/
Ddumbbuffer.rs23 pub struct DumbMapping<'a> { struct
28 impl AsRef<[u8]> for DumbMapping<'_> { argument
34 impl AsMut<[u8]> for DumbMapping<'_> { implementation
40 impl Borrow<[u8]> for DumbMapping<'_> { implementation
46 impl BorrowMut<[u8]> for DumbMapping<'_> { implementation
52 impl Deref for DumbMapping<'_> { implementation
60 impl DerefMut for DumbMapping<'_> { implementation
66 impl<'a> Drop for DumbMapping<'a> { implementation