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