Struct libdrm_sys::_drmEventContext [] [src]

#[repr(C)]
pub struct _drmEventContext { pub version: c_int, pub vblank_handler: Option<unsafe extern "C" fn(_: c_int, _: c_uint, _: c_uint, _: c_uint, _: *mut c_void)>, pub page_flip_handler: Option<unsafe extern "C" fn(_: c_int, _: c_uint, _: c_uint, _: c_uint, _: *mut c_void)>, }

Fields

Trait Implementations

impl Debug for _drmEventContext
[src]

Formats the value using the given formatter.

impl Copy for _drmEventContext
[src]

impl Clone for _drmEventContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more