Struct drm_sys::drm_syncobj_eventfd
source · #[repr(C)]pub struct drm_syncobj_eventfd {
pub handle: __u32,
pub flags: __u32,
pub point: __u64,
pub fd: __s32,
pub pad: __u32,
}
Fields§
§handle: __u32
§flags: __u32
§point: __u64
§fd: __s32
§pad: __u32
Trait Implementations§
source§impl Clone for drm_syncobj_eventfd
impl Clone for drm_syncobj_eventfd
source§fn clone(&self) -> drm_syncobj_eventfd
fn clone(&self) -> drm_syncobj_eventfd
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_syncobj_eventfd
impl Debug for drm_syncobj_eventfd
source§impl Default for drm_syncobj_eventfd
impl Default for drm_syncobj_eventfd
source§fn default() -> drm_syncobj_eventfd
fn default() -> drm_syncobj_eventfd
Returns the “default value” for a type. Read more
source§impl Hash for drm_syncobj_eventfd
impl Hash for drm_syncobj_eventfd
source§impl PartialEq for drm_syncobj_eventfd
impl PartialEq for drm_syncobj_eventfd
source§fn eq(&self, other: &drm_syncobj_eventfd) -> bool
fn eq(&self, other: &drm_syncobj_eventfd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_syncobj_eventfd
impl Eq for drm_syncobj_eventfd
impl StructuralPartialEq for drm_syncobj_eventfd
Auto Trait Implementations§
impl Freeze for drm_syncobj_eventfd
impl RefUnwindSafe for drm_syncobj_eventfd
impl Send for drm_syncobj_eventfd
impl Sync for drm_syncobj_eventfd
impl Unpin for drm_syncobj_eventfd
impl UnwindSafe for drm_syncobj_eventfd
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