Struct intel_gpu::native::drm_i915_gem_pwrite
source · #[repr(C)]pub struct drm_i915_gem_pwrite {
pub handle: __u32,
pub pad: __u32,
pub offset: __u64,
pub size: __u64,
pub data_ptr: __u64,
}
Fields§
§handle: __u32
§pad: __u32
§offset: __u64
§size: __u64
§data_ptr: __u64
Trait Implementations§
source§impl Clone for drm_i915_gem_pwrite
impl Clone for drm_i915_gem_pwrite
source§fn clone(&self) -> drm_i915_gem_pwrite
fn clone(&self) -> drm_i915_gem_pwrite
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_gem_pwrite
impl Debug for drm_i915_gem_pwrite
impl Copy for drm_i915_gem_pwrite
Auto Trait Implementations§
impl Freeze for drm_i915_gem_pwrite
impl RefUnwindSafe for drm_i915_gem_pwrite
impl Send for drm_i915_gem_pwrite
impl Sync for drm_i915_gem_pwrite
impl Unpin for drm_i915_gem_pwrite
impl UnwindSafe for drm_i915_gem_pwrite
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
)