Struct libdrm_sys::drm_wait_vblank_request [] [src]

#[repr(C)]
pub struct drm_wait_vblank_request { pub type_: drm_vblank_seq_type, pub sequence: c_uint, pub signal: c_ulong, }

Fields

Trait Implementations

impl Debug for drm_wait_vblank_request
[src]

Formats the value using the given formatter.

impl Copy for drm_wait_vblank_request
[src]

impl Clone for drm_wait_vblank_request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more