Struct libdrm_sys::_drmBufInfo [] [src]

#[repr(C)]
pub struct _drmBufInfo { pub count: c_int, pub list: drmBufDescPtr, }

Fields

Trait Implementations

impl Debug for _drmBufInfo
[src]

Formats the value using the given formatter.

impl Copy for _drmBufInfo
[src]

impl Clone for _drmBufInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more