Struct drm_sys::drm_wait_vblank_request
source · #[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_ulong
Trait 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 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_request
impl Debug for drm_wait_vblank_request
source§impl Default for drm_wait_vblank_request
impl Default 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
impl Copy for drm_wait_vblank_request
impl Eq for drm_wait_vblank_request
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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)