Struct libdrm_sys::drmHashEntry [] [src]

#[repr(C)]
pub struct drmHashEntry { pub fd: c_int, pub f: Option<unsafe extern "C" fn(_: c_int, _: *mut c_void, _: *mut c_void)>, pub tagTable: *mut c_void, }

Fields

Trait Implementations

impl Debug for drmHashEntry
[src]

Formats the value using the given formatter.

impl Copy for drmHashEntry
[src]

impl Clone for drmHashEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more