pub type drm_buf_pub_t = drm_buf_pub;
Aliased Type§
struct drm_buf_pub_t {
pub idx: i32,
pub total: i32,
pub used: i32,
pub address: *mut c_void,
}
Fields§
§idx: i32
§total: i32
§used: i32
§address: *mut c_void
Trait Implementations
Source§impl Clone for drm_buf_pub
impl Clone for drm_buf_pub
Source§fn clone(&self) -> drm_buf_pub
fn clone(&self) -> drm_buf_pub
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_pub
impl Debug for drm_buf_pub
Source§impl Default for drm_buf_pub
impl Default for drm_buf_pub
Source§fn default() -> drm_buf_pub
fn default() -> drm_buf_pub
Returns the “default value” for a type. Read more