#[repr(C)]pub struct drm_wait_vblank_request {
pub type_: Type,
pub sequence: c_uint,
pub signal: c_ulong,
}Fields§
§type_: Type§sequence: c_uint§signal: c_ulongTrait Implementations§
Source§impl Clone for drm_wait_vblank_request
impl Clone for drm_wait_vblank_request
Source§fn clone(&self) -> drm_wait_vblank_request
fn clone(&self) -> drm_wait_vblank_request
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for drm_wait_vblank_request
Source§impl Debug for drm_wait_vblank_request
impl Debug for drm_wait_vblank_request
Source§impl Default for drm_wait_vblank_request
impl Default for drm_wait_vblank_request
impl Eq for drm_wait_vblank_request
Source§impl Hash for drm_wait_vblank_request
impl Hash for drm_wait_vblank_request
Source§impl PartialEq for drm_wait_vblank_request
impl PartialEq for drm_wait_vblank_request
Source§fn eq(&self, other: &drm_wait_vblank_request) -> bool
fn eq(&self, other: &drm_wait_vblank_request) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for drm_wait_vblank_request
Auto Trait Implementations§
impl Freeze for drm_wait_vblank_request
impl RefUnwindSafe for drm_wait_vblank_request
impl Send for drm_wait_vblank_request
impl Sync for drm_wait_vblank_request
impl Unpin for drm_wait_vblank_request
impl UnsafeUnpin for drm_wait_vblank_request
impl UnwindSafe for drm_wait_vblank_request
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