Struct libdrm_sys::drm_ctx_res [] [src]

#[repr(C)]
pub struct drm_ctx_res { pub count: c_int, pub contexts: *mut drm_ctx, }

Fields

Trait Implementations

impl Debug for drm_ctx_res
[src]

Formats the value using the given formatter.

impl Copy for drm_ctx_res
[src]

impl Clone for drm_ctx_res
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more