Enum drm_sys::drm_drawable_info_type_t [] [src]

#[repr(u32)]
pub enum drm_drawable_info_type_t { DRM_DRAWABLE_CLIPRECTS, }

DRM_IOCTL_UPDATE_DRAW ioctl argument type.

Variants

Trait Implementations

impl Debug for drm_drawable_info_type_t
[src]

Formats the value using the given formatter.

impl Copy for drm_drawable_info_type_t
[src]

impl Clone for drm_drawable_info_type_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drm_drawable_info_type_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for drm_drawable_info_type_t
[src]

impl Hash for drm_drawable_info_type_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more