Struct drm_sys::drm_gem_flink [] [src]

#[repr(C)]
pub struct drm_gem_flink { pub handle: __u32, pub name: __u32, }

DRM_IOCTL_GEM_FLINK ioctl argument type

Fields

Handle for the object being named

Returned global name

Trait Implementations

impl Debug for drm_gem_flink
[src]

Formats the value using the given formatter.

impl Default for drm_gem_flink
[src]

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

impl Copy for drm_gem_flink
[src]

impl Clone for drm_gem_flink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more