Struct drm_sys::drm_gem_close [] [src]

#[repr(C)]
pub struct drm_gem_close { pub handle: __u32, pub pad: __u32, }

DRM_IOCTL_GEM_CLOSE ioctl argument type

Fields

Handle of the object to be closed.

Trait Implementations

impl Debug for drm_gem_close
[src]

Formats the value using the given formatter.

impl Default for drm_gem_close
[src]

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

impl Copy for drm_gem_close
[src]

impl Clone for drm_gem_close
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more