Struct libdrm_sys::drm_map [] [src]

#[repr(C)]
pub struct drm_map { pub offset: c_ulong, pub size: c_ulong, pub type_: drm_map_type, pub flags: drm_map_flags, pub handle: *mut c_void, pub mtrr: c_int, }

Fields

Trait Implementations

impl Debug for drm_map
[src]

Formats the value using the given formatter.

impl Copy for drm_map
[src]

impl Clone for drm_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more