#[repr(C)]pub struct drm_syncobj_timeline_wait {
pub handles: u64,
pub points: u64,
pub timeout_nsec: i64,
pub count_handles: u32,
pub flags: u32,
pub first_signaled: u32,
pub pad: u32,
pub deadline_nsec: u64,
}Fields§
§handles: u64§points: u64§timeout_nsec: i64§count_handles: u32§flags: u32§first_signaled: u32§pad: u32§deadline_nsec: u64Trait Implementations§
Source§impl Clone for drm_syncobj_timeline_wait
impl Clone for drm_syncobj_timeline_wait
Source§fn clone(&self) -> drm_syncobj_timeline_wait
fn clone(&self) -> drm_syncobj_timeline_wait
Returns a duplicate of the value. Read more
1.0.0§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_timeline_wait
impl Debug for drm_syncobj_timeline_wait
Source§impl Default for drm_syncobj_timeline_wait
impl Default for drm_syncobj_timeline_wait
Source§fn default() -> drm_syncobj_timeline_wait
fn default() -> drm_syncobj_timeline_wait
Returns the “default value” for a type. Read more
Source§impl Hash for drm_syncobj_timeline_wait
impl Hash for drm_syncobj_timeline_wait
impl Copy for drm_syncobj_timeline_wait
impl Eq for drm_syncobj_timeline_wait
impl StructuralPartialEq for drm_syncobj_timeline_wait
Auto Trait Implementations§
impl Freeze for drm_syncobj_timeline_wait
impl RefUnwindSafe for drm_syncobj_timeline_wait
impl Send for drm_syncobj_timeline_wait
impl Sync for drm_syncobj_timeline_wait
impl Unpin for drm_syncobj_timeline_wait
impl UnwindSafe for drm_syncobj_timeline_wait
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)