Struct libdrm_sys::_drmBufDesc [] [src]

#[repr(C)]
pub struct _drmBufDesc { pub count: c_int, pub size: c_int, pub low_mark: c_int, pub high_mark: c_int, }

Fields

Trait Implementations

impl Debug for _drmBufDesc
[src]

Formats the value using the given formatter.

impl Copy for _drmBufDesc
[src]

impl Clone for _drmBufDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more