Struct libdrm_sys::drm_event [] [src]

#[repr(C)]
pub struct drm_event { pub type_: __u32, pub length: __u32, }

Fields

Trait Implementations

impl Debug for drm_event
[src]

Formats the value using the given formatter.

impl Copy for drm_event
[src]

impl Clone for drm_event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more