Struct drm_sys::drm_event_vblank [] [src]

#[repr(C)]
pub struct drm_event_vblank { pub base: drm_event, pub user_data: __u64, pub tv_sec: __u32, pub tv_usec: __u32, pub sequence: __u32, pub reserved: __u32, }

Fields

Trait Implementations

impl Debug for drm_event_vblank
[src]

Formats the value using the given formatter.

impl Default for drm_event_vblank
[src]

Returns the "default value" for a type. Read more

impl Copy for drm_event_vblank
[src]

impl Clone for drm_event_vblank
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more