Struct libdrm_sys::_drmVBlankReply [] [src]

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

Fields

Trait Implementations

impl Debug for _drmVBlankReply
[src]

Formats the value using the given formatter.

impl Copy for _drmVBlankReply
[src]

impl Clone for _drmVBlankReply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more