Enum drm_sys::drm_dma_flags [] [src]

#[repr(u32)]
pub enum drm_dma_flags { _DRM_DMA_BLOCK, _DRM_DMA_WHILE_LOCKED, _DRM_DMA_PRIORITY, _DRM_DMA_WAIT, _DRM_DMA_SMALLER_OK, _DRM_DMA_LARGER_OK, }

DMA flags

\warning These values \e must match xf86drm.h.

\sa drm_dma.

Variants

Trait Implementations

impl Debug for drm_dma_flags
[src]

Formats the value using the given formatter.

impl Copy for drm_dma_flags
[src]

impl Clone for drm_dma_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drm_dma_flags
[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_dma_flags
[src]

impl Hash for drm_dma_flags
[src]

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

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