Struct drm_sys::drm_ctx [] [src]

#[repr(C)]
pub struct drm_ctx { pub handle: drm_context_t, pub flags: drm_ctx_flags, }

DRM_IOCTL_ADD_CTX ioctl argument type.

\sa drmCreateContext() and drmDestroyContext().

Fields

Trait Implementations

impl Debug for drm_ctx
[src]

Formats the value using the given formatter.

impl Copy for drm_ctx
[src]

impl Clone for drm_ctx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for drm_ctx
[src]

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