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