Struct drm_sys::drm_client [] [src]

#[repr(C)]
pub struct drm_client { pub idx: c_int, pub auth: c_int, pub pid: c_ulong, pub uid: c_ulong, pub magic: c_ulong, pub iocs: c_ulong, }

DRM_IOCTL_GET_CLIENT ioctl argument type.

Fields

< Which client desired?

< Is client authenticated?

< Process ID

< User ID

< Magic

< Ioctl count

Trait Implementations

impl Debug for drm_client
[src]

Formats the value using the given formatter.

impl Default for drm_client
[src]

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

impl Copy for drm_client
[src]

impl Clone for drm_client
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more