Struct drm_ffi::drm_dma[][src]

#[repr(C)]
pub struct drm_dma { pub context: i32, pub send_count: i32, pub send_indices: *mut i32, pub send_sizes: *mut i32, pub flags: u32, pub request_count: i32, pub request_size: i32, pub request_indices: *mut i32, pub request_sizes: *mut i32, pub granted_count: i32, }

Fields

context: i32send_count: i32send_indices: *mut i32send_sizes: *mut i32flags: u32request_count: i32request_size: i32request_indices: *mut i32request_sizes: *mut i32granted_count: i32

Trait Implementations

impl Clone for drm_dma[src]

impl Copy for drm_dma[src]

impl Debug for drm_dma[src]

impl Default for drm_dma[src]

impl Eq for drm_dma[src]

impl Hash for drm_dma[src]

impl PartialEq<drm_dma> for drm_dma[src]

impl StructuralEq for drm_dma[src]

impl StructuralPartialEq for drm_dma[src]

Auto Trait Implementations

impl RefUnwindSafe for drm_dma

impl !Send for drm_dma

impl !Sync for drm_dma

impl Unpin for drm_dma

impl UnwindSafe for drm_dma

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.