Struct drm_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], }

DRM_IOCTL_WAIT_VBLANK ioctl argument type.

\sa drmWaitVBlank().

Fields

Trait Implementations

impl Debug for drm_wait_vblank
[src]

Formats the value using the given formatter.

impl Default for drm_wait_vblank
[src]

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

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