Struct intel_gpu::native::drm_i915_vblank_swap
source · #[repr(C)]pub struct drm_i915_vblank_swap {
pub drawable: drm_drawable_t,
pub seqtype: drm_vblank_seq_type,
pub sequence: c_uint,
}
Fields§
§drawable: drm_drawable_t
§seqtype: drm_vblank_seq_type
§sequence: c_uint
Trait Implementations§
source§impl Clone for drm_i915_vblank_swap
impl Clone for drm_i915_vblank_swap
source§fn clone(&self) -> drm_i915_vblank_swap
fn clone(&self) -> drm_i915_vblank_swap
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_i915_vblank_swap
impl Debug for drm_i915_vblank_swap
impl Copy for drm_i915_vblank_swap
Auto Trait Implementations§
impl Freeze for drm_i915_vblank_swap
impl RefUnwindSafe for drm_i915_vblank_swap
impl Send for drm_i915_vblank_swap
impl Sync for drm_i915_vblank_swap
impl Unpin for drm_i915_vblank_swap
impl UnwindSafe for drm_i915_vblank_swap
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)