#[repr(C)]pub struct drmBufMap { /* private fields */ }Expand description
Buffer mapping information.
Used by drmMapBufs() and drmUnmapBufs() to store information about the mapped buffers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for drmBufMap
impl RefUnwindSafe for drmBufMap
impl !Send for drmBufMap
impl !Sync for drmBufMap
impl Unpin for drmBufMap
impl UnwindSafe for drmBufMap
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