Struct libdrm_sys::drm_wait_vblank [] [src]

#[repr(C)]
pub struct drm_wait_vblank { pub request: __BindgenUnionField<drm_wait_vblank_request>, pub reply: __BindgenUnionField<drm_wait_vblank_reply>, pub bindgen_union_field: [u64; 3], }

Fields

Trait Implementations

impl Debug for drm_wait_vblank
[src]

Formats the value using the given formatter.

impl Copy for drm_wait_vblank
[src]

impl Clone for drm_wait_vblank
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more