pub struct drm_buf_map { /* private fields */ }Expand description
DRM_IOCTL_MAP_BUFS ioctl argument type.
Trait Implementations§
Source§impl Default for drm_buf_map
impl Default for drm_buf_map
Source§fn default() -> drm_buf_map
fn default() -> drm_buf_map
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drm_buf_map
impl RefUnwindSafe for drm_buf_map
impl !Send for drm_buf_map
impl !Sync for drm_buf_map
impl Unpin for drm_buf_map
impl UnwindSafe for drm_buf_map
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