Struct drm_sys::drm_update_draw
source · #[repr(C)]pub struct drm_update_draw {
pub handle: drm_drawable_t,
pub type_: c_uint,
pub num: c_uint,
pub data: c_ulonglong,
}
Fields§
§handle: drm_drawable_t
§type_: c_uint
§num: c_uint
§data: c_ulonglong
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
source§impl Hash for drm_update_draw
impl Hash for drm_update_draw
source§impl PartialEq for drm_update_draw
impl PartialEq for drm_update_draw
source§fn eq(&self, other: &drm_update_draw) -> bool
fn eq(&self, other: &drm_update_draw) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_update_draw
impl Eq for drm_update_draw
impl StructuralPartialEq for drm_update_draw
Auto Trait Implementations§
impl Freeze for drm_update_draw
impl RefUnwindSafe for drm_update_draw
impl Send for drm_update_draw
impl Sync for drm_update_draw
impl Unpin for drm_update_draw
impl UnwindSafe for drm_update_draw
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more