Struct libdrm_sys::drm_buf_pub [] [src]

#[repr(C)]
pub struct drm_buf_pub { pub idx: c_int, pub total: c_int, pub used: c_int, pub address: *mut c_void, }

Fields

Trait Implementations

impl Debug for drm_buf_pub
[src]

Formats the value using the given formatter.

impl Copy for drm_buf_pub
[src]

impl Clone for drm_buf_pub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more