#[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_int
§send_count: c_int
§send_indices: *mut c_int
§send_sizes: *mut c_int
§flags: Type
§request_count: c_int
§request_size: c_int
§request_indices: *mut c_int
§request_sizes: *mut c_int
§granted_count: c_int
Trait Implementations§
impl Copy for drm_dma
impl Eq for drm_dma
impl StructuralPartialEq for drm_dma
Auto Trait Implementations§
impl Freeze for drm_dma
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)