Struct drm_sys::drm_mode_map_dumb [] [src]

#[repr(C)]
pub struct drm_mode_map_dumb { pub handle: __u32, pub pad: __u32, pub offset: __u64, }

Fields

Handle for the object being mapped.

Fake offset to use for subsequent mmap call

This is a fixed-size type for 32/64 compatibility.

Trait Implementations

impl Debug for drm_mode_map_dumb
[src]

Formats the value using the given formatter.

impl Default for drm_mode_map_dumb
[src]

Returns the "default value" for a type. Read more

impl Copy for drm_mode_map_dumb
[src]

impl Clone for drm_mode_map_dumb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more