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