pub type drm_buf_free_t = drm_buf_free;
Aliased Type§
struct drm_buf_free_t {
pub count: i32,
pub list: *mut i32,
}
Fields§
§count: i32
§list: *mut i32
Trait Implementations
Source§impl Clone for drm_buf_free
impl Clone for drm_buf_free
Source§fn clone(&self) -> drm_buf_free
fn clone(&self) -> drm_buf_free
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for drm_buf_free
impl Debug for drm_buf_free
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