drm_ffi

Type Alias drm_wait_vblank_t

Source
pub type drm_wait_vblank_t = drm_wait_vblank;

Aliased Type§

union drm_wait_vblank_t {
    pub request: drm_wait_vblank_request,
    pub reply: drm_wait_vblank_reply,
}

Fields§

§request: drm_wait_vblank_request§reply: drm_wait_vblank_reply

Trait Implementations

Source§

impl Clone for drm_wait_vblank

Source§

fn clone(&self) -> drm_wait_vblank

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for drm_wait_vblank

Source§

fn default() -> drm_wait_vblank

Returns the “default value” for a type. Read more
Source§

impl Copy for drm_wait_vblank