pub type drm_update_draw_t = drm_update_draw;
Aliased Type§
struct drm_update_draw_t {
pub handle: u32,
pub type_: u32,
pub num: u32,
pub data: u64,
}
Fields§
§handle: u32
§type_: u32
§num: u32
§data: u64
Trait Implementations
Source§impl Clone for drm_update_draw
impl Clone for drm_update_draw
Source§fn clone(&self) -> drm_update_draw
fn clone(&self) -> drm_update_draw
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 moreSource§impl Debug for drm_update_draw
impl Debug for drm_update_draw
Source§impl Default for drm_update_draw
impl Default for drm_update_draw
Source§fn default() -> drm_update_draw
fn default() -> drm_update_draw
Returns the “default value” for a type. Read more