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
impl Clone for drm_wait_vblank
Source§fn clone(&self) -> drm_wait_vblank
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more