#[repr(C)]pub struct drmDMAReq { /* private fields */ }Expand description
Indices here refer to the offset into list in drmBufInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for drmDMAReq
impl RefUnwindSafe for drmDMAReq
impl !Send for drmDMAReq
impl !Sync for drmDMAReq
impl Unpin for drmDMAReq
impl UnwindSafe for drmDMAReq
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