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