Struct libdrm_sys::_drmServerInfo [] [src]

#[repr(C)]
pub struct _drmServerInfo { pub debug_print: Option<unsafe extern "C" fn(_: *const c_char, _: *mut __va_list_tag) -> c_int>, pub load_module: Option<unsafe extern "C" fn(_: *const c_char) -> c_int>, pub get_perms: Option<unsafe extern "C" fn(_: *mut gid_t, _: *mut mode_t)>, }

Fields

Trait Implementations

impl Debug for _drmServerInfo
[src]

Formats the value using the given formatter.

impl Copy for _drmServerInfo
[src]

impl Clone for _drmServerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more