Struct drm_sys::drm_dma[][src]

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

Fields

context: c_intsend_count: c_intsend_indices: *mut c_intsend_sizes: *mut c_intflags: Typerequest_count: c_intrequest_size: c_intrequest_indices: *mut c_intrequest_sizes: *mut c_intgranted_count: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.