Struct libdrm_sys::_drmBuf [] [src]

#[repr(C)]
pub struct _drmBuf { pub idx: c_int, pub total: c_int, pub used: c_int, pub address: drmAddress, }

Fields

Trait Implementations

impl Debug for _drmBuf
[src]

Formats the value using the given formatter.

impl Copy for _drmBuf
[src]

impl Clone for _drmBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more