Struct drm_sys::drm_auth [] [src]

#[repr(C)]
pub struct drm_auth { pub magic: drm_magic_t, }

DRM_IOCTL_GET_MAGIC and DRM_IOCTL_AUTH_MAGIC ioctl argument type.

Fields

Trait Implementations

impl Debug for drm_auth
[src]

Formats the value using the given formatter.

impl Default for drm_auth
[src]

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

impl Copy for drm_auth
[src]

impl Clone for drm_auth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more