Struct libdrm_sys::drm_wait_vblank_reply [] [src]

#[repr(C)]
pub struct drm_wait_vblank_reply { pub type_: drm_vblank_seq_type, pub sequence: c_uint, pub tval_sec: c_long, pub tval_usec: c_long, }

Fields

Trait Implementations

impl Debug for drm_wait_vblank_reply
[src]

Formats the value using the given formatter.

impl Copy for drm_wait_vblank_reply
[src]

impl Clone for drm_wait_vblank_reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more