Struct drm_sys::drm_wait_vblank_reply
source · #[repr(C)]pub struct drm_wait_vblank_reply {
pub type_: Type,
pub sequence: c_uint,
pub tval_sec: c_long,
pub tval_usec: c_long,
}
Fields§
§type_: Type
§sequence: c_uint
§tval_sec: c_long
§tval_usec: c_long
Trait Implementations§
source§impl Clone for drm_wait_vblank_reply
impl Clone for drm_wait_vblank_reply
source§fn clone(&self) -> drm_wait_vblank_reply
fn clone(&self) -> drm_wait_vblank_reply
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_wait_vblank_reply
impl Debug for drm_wait_vblank_reply
source§impl Default for drm_wait_vblank_reply
impl Default for drm_wait_vblank_reply
source§impl Hash for drm_wait_vblank_reply
impl Hash for drm_wait_vblank_reply
source§impl PartialEq for drm_wait_vblank_reply
impl PartialEq for drm_wait_vblank_reply
source§fn eq(&self, other: &drm_wait_vblank_reply) -> bool
fn eq(&self, other: &drm_wait_vblank_reply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_wait_vblank_reply
impl Eq for drm_wait_vblank_reply
impl StructuralPartialEq for drm_wait_vblank_reply
Auto Trait Implementations§
impl Freeze for drm_wait_vblank_reply
impl RefUnwindSafe for drm_wait_vblank_reply
impl Send for drm_wait_vblank_reply
impl Sync for drm_wait_vblank_reply
impl Unpin for drm_wait_vblank_reply
impl UnwindSafe for drm_wait_vblank_reply
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