Struct drm_sys::drm_ctx_priv_map [] [src]

#[repr(C)]
pub struct drm_ctx_priv_map { pub ctx_id: c_uint, pub handle: *mut c_void, }

Fields

< Context requesting private mapping

< Handle of map

Trait Implementations

impl Debug for drm_ctx_priv_map
[src]

Formats the value using the given formatter.

impl Copy for drm_ctx_priv_map
[src]

impl Clone for drm_ctx_priv_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_ctx_priv_map
[src]

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