Struct libdrm_sys::_drmVBlankReq [] [src]

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

Fields

Trait Implementations

impl Debug for _drmVBlankReq
[src]

Formats the value using the given formatter.

impl Copy for _drmVBlankReq
[src]

impl Clone for _drmVBlankReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more