pub type drm_ctx_res_t = drm_ctx_res;
Aliased Type§
struct drm_ctx_res_t {
pub count: i32,
pub contexts: *mut drm_ctx,
}
Fields§
§count: i32
§contexts: *mut drm_ctx
Trait Implementations
Source§impl Clone for drm_ctx_res
impl Clone for drm_ctx_res
Source§fn clone(&self) -> drm_ctx_res
fn clone(&self) -> drm_ctx_res
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for drm_ctx_res
impl Debug for drm_ctx_res
Source§impl Default for drm_ctx_res
impl Default for drm_ctx_res
Source§fn default() -> drm_ctx_res
fn default() -> drm_ctx_res
Returns the “default value” for a type. Read more