Enum drm_sys::drm_map_type [] [src]

#[repr(u32)]
pub enum drm_map_type { _DRM_FRAME_BUFFER, _DRM_REGISTERS, _DRM_SHM, _DRM_AGP, _DRM_SCATTER_GATHER, _DRM_CONSISTENT, }

Type of memory to map.

Variants

Trait Implementations

impl Debug for drm_map_type
[src]

Formats the value using the given formatter.

impl Copy for drm_map_type
[src]

impl Clone for drm_map_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drm_map_type
[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_map_type
[src]

impl Hash for drm_map_type
[src]

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

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